From: Vabhav Sharma Date: Tue, 26 Nov 2019 11:30:51 +0000 (+0000) Subject: arm64: lx2160a: dts: Fix UART node status X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=c1ead04bc4caf7606ebdfc0226ab2c768dab44fe;p=u-boot.git 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 Reviewed-by: Priyanka Jain --- diff --git a/arch/arm/dts/fsl-lx2160a.dtsi b/arch/arm/dts/fsl-lx2160a.dtsi index a189333e40..9d018cad1c 100644 --- a/arch/arm/dts/fsl-lx2160a.dtsi +++ b/arch/arm/dts/fsl-lx2160a.dtsi @@ -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 {