提交 c1ead04b 编写于 作者: V Vabhav Sharma 提交者: Priyanka Jain

arm64: lx2160a: dts: Fix UART node status

LX2160A PL011 UART driver fetch IP block values using
platform data from board file instead of device tree.

Modified UART nodes in device tree to disable state.
Signed-off-by: NVabhav Sharma <vabhav.sharma@nxp.com>
Reviewed-by: NPriyanka Jain <priyanka.jain@nxp.com>
上级 0cfa00cd
......@@ -127,12 +127,14 @@
compatible = "arm,pl011";
reg = <0x0 0x21c0000 0x0 0x1000>;
clocks = <&clockgen 4 0>;
status = "disabled";
};
uart1: serial@21d0000 {
compatible = "arm,pl011";
reg = <0x0 0x21d0000 0x0 0x1000>;
clocks = <&clockgen 4 0>;
status = "disabled";
};
uart2: serial@21e0000 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册