From b65a914943e592998d567167f5eb26554645a41b Mon Sep 17 00:00:00 2001 From: Xingyu Chen Date: Tue, 15 May 2018 17:09:22 +0800 Subject: [PATCH] arm64: dts: txlx: adjust the position of saradc node PD#165196: arm64: dts: txlx: adjust the position of saradc node In order to compatible with the saradc driver in uboot, the node must be placed in the /{}. Change-Id: I135a89866249b23b89f466699ecdb8cd7f21db82 Signed-off-by: Xingyu Chen --- arch/arm64/boot/dts/amlogic/mesontxlx.dtsi | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/arch/arm64/boot/dts/amlogic/mesontxlx.dtsi b/arch/arm64/boot/dts/amlogic/mesontxlx.dtsi index ed0b3ed..a45a5ab 100644 --- a/arch/arm64/boot/dts/amlogic/mesontxlx.dtsi +++ b/arch/arm64/boot/dts/amlogic/mesontxlx.dtsi @@ -377,6 +377,16 @@ }; }; + saradc: saradc { + compatible = "amlogic,meson-txlx-saradc"; + status = "okay"; + #io-channel-cells = <1>; + clocks = <&xtal>, <&clkc CLKID_SARADC_GATE>; + clock-names = "xtal", "saradc_clk"; + interrupts = ; + reg = <0x0 0xff809000 0x0 0x38>; + }; + custom_maps: custom_maps { mapnum = <2>; map0 = <&map_0>; @@ -822,15 +832,6 @@ max_frame_time = <200>; }; - saradc: saradc { - compatible = "amlogic,meson-txlx-saradc"; - status = "okay"; - #io-channel-cells = <1>; - clocks = <&xtal>, <&clkc CLKID_SARADC_GATE>; - clock-names = "xtal", "saradc_clk"; - interrupts = ; - reg = <0x0 0x9000 0x0 0x38>; - }; uart_AO: serial@3000 { compatible = "amlogic, meson-uart"; -- 2.7.4