mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user