ARM: dts: imx53-qsb-hdmi: Do not disable TVE

SII9022 and TVE are connected with IPU DI0 and IPU DI1 respectively, so
they are in two different display pipelines and may run simultaneously.
Keep TVE being enabled as imx53-qsb-common.dtsi does by not setting it's
status property to "disabled".

Fixes: eeb403df95 ("ARM: dts: imx53-qsb: add support for the HDMI expander")
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Liu Ying
2024-07-22 11:04:12 +08:00
committed by Shawn Guo
parent 52f82ed6a6
commit 53ad698be8
@@ -83,7 +83,3 @@
&panel_dpi {
status = "disabled";
};
&tve {
status = "disabled";
};