mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-01 12:01:31 +00:00
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: Vabhav Sharma <vabhav.sharma@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
0cfa00cdb9
commit
c1ead04bc4
1 changed files with 2 additions and 0 deletions
|
@ -127,12 +127,14 @@
|
||||||
compatible = "arm,pl011";
|
compatible = "arm,pl011";
|
||||||
reg = <0x0 0x21c0000 0x0 0x1000>;
|
reg = <0x0 0x21c0000 0x0 0x1000>;
|
||||||
clocks = <&clockgen 4 0>;
|
clocks = <&clockgen 4 0>;
|
||||||
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
uart1: serial@21d0000 {
|
uart1: serial@21d0000 {
|
||||||
compatible = "arm,pl011";
|
compatible = "arm,pl011";
|
||||||
reg = <0x0 0x21d0000 0x0 0x1000>;
|
reg = <0x0 0x21d0000 0x0 0x1000>;
|
||||||
clocks = <&clockgen 4 0>;
|
clocks = <&clockgen 4 0>;
|
||||||
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
uart2: serial@21e0000 {
|
uart2: serial@21e0000 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue