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>
/ {
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";
};