From 104127da406b7a5f2e76982b27197f83ef8ffc3b Mon Sep 17 00:00:00 2001 From: Fugang Duan Date: Fri, 15 Nov 2019 19:25:43 +0800 Subject: [PATCH] MLK-22988 arm64: dts: imx8dxl-phantom-mek: disabled lvds subsystem imx8dxl phanton mek board doesn't support lvds and dc0 subsystem resources are not owned by A-core os. So disable lvds subsystem. Signed-off-by: Fugang Duan --- arch/arm64/boot/dts/freescale/imx8dxl-phantom-mek.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx8dxl-phantom-mek.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl-phantom-mek.dtsi index dc831c74e482..1d6e02f1f5b2 100755 --- a/arch/arm64/boot/dts/freescale/imx8dxl-phantom-mek.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8dxl-phantom-mek.dtsi @@ -199,6 +199,10 @@ }; }; +&lvds_subsys { + status = "disabled"; +}; + &rpmsg{ /* * 64K for one rpmsg instance: -- 2.17.1