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 <xingyu.chen@amlogic.com>
This commit is contained in:
Xingyu Chen
2018-05-15 17:09:22 +08:00
committed by Yixun Lan
parent 89905942e2
commit b65a914943

View File

@@ -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 = <GIC_SPI 73 IRQ_TYPE_EDGE_RISING>;
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 = <GIC_SPI 73 IRQ_TYPE_EDGE_RISING>;
reg = <0x0 0x9000 0x0 0x38>;
};
uart_AO: serial@3000 {
compatible = "amlogic, meson-uart";