Commits

Laurentiu Palcu committed b9fe33d39a9
MLK-17032-1: arm64: dts: imx8mq: Fix DCSS suspend/resume issue This commit: 6362b8c - MLK-17014-2 ARM64: dts: imx8mq: move 'display-subsystem' node to dtsi file moved the display-subsystem node to dtsi, before the DCSS node definition. This made the DCSS core suspend/resume after display-subsystem. However, the DCSS clocks need to be enabled first. This patch moves the display-subsytem definition after the DCSS and HDMI PHY nodes. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>