From: Xingyu Chen Date: Tue, 15 May 2018 09:09:22 +0000 (+0800) Subject: arm64: dts: txlx: adjust the position of saradc node X-Git-Tag: khadas-vims-v0.9.6-release~2055 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b65a914943e592998d567167f5eb26554645a41b;p=platform%2Fkernel%2Flinux-amlogic.git 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 --- 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";