MLK-21614: arm64: dts: imx8mq: fix dual-display
authorRobert Chiras <robert.chiras@nxp.com>
Tue, 7 May 2019 07:44:09 +0000 (10:44 +0300)
committerRobert Chiras <robert.chiras@nxp.com>
Tue, 7 May 2019 08:45:53 +0000 (11:45 +0300)
Some nodes were deleted (by mistake) in the lcdif-adv7535.dtsi file,
causing the dcss driver not to be loaded when using dual-display.
Removing the /delete-node/ entries to fix this.

Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
Reviewed-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-lcdif-adv7535.dtsi

index 1aa0454..a5b2720 100644 (file)
@@ -15,8 +15,6 @@
 / {
        display-subsystem {
                status = "disabled";
-
-               /delete-property/ ports;
        };
 
        sound-hdmi {
        status = "disabled";
 };
 
-/delete-node/ &dcss_port;
-
 &dcss {
        status = "disabled";
 };
 
-/delete-node/ &hdmi_port;
-
 &hdmi {
        status = "disabled";
 };