From aee8008bdd4b8094ede9dc28316be4b1fddbcedf Mon Sep 17 00:00:00 2001 From: Lianghu Su Date: Tue, 13 Jun 2017 16:15:50 +0800 Subject: [PATCH] dts: gxl: disable uart_B PD#145722: gpio conflict between uart_B and sysled, both of them use GPIODV_24. Change-Id: I75ff92b8166244044034a94cd79e4cfc24a39f81 Signed-off-by: Lianghu Su --- arch/arm64/boot/dts/amlogic/mesongxl.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/amlogic/mesongxl.dtsi b/arch/arm64/boot/dts/amlogic/mesongxl.dtsi index 4acfe04ed8a9..29b7ce16fbbd 100644 --- a/arch/arm64/boot/dts/amlogic/mesongxl.dtsi +++ b/arch/arm64/boot/dts/amlogic/mesongxl.dtsi @@ -324,7 +324,7 @@ compatible = "amlogic, meson-uart"; reg = <0x0 0xc11084dc 0x0 0x18>; interrupts = <0 75 1>; - status = "okay"; + status = "disabled"; clocks = <&clkc CLKID_UART1>; clock-names = "clk_uart"; fifosize = < 64 >;