]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: imx53-qsb-hdmi: Do not disable TVE
authorLiu Ying <victor.liu@nxp.com>
Mon, 22 Jul 2024 03:04:12 +0000 (11:04 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 12 Aug 2024 11:39:56 +0000 (19:39 +0800)
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: eeb403df953f ("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>
arch/arm/boot/dts/nxp/imx/imx53-qsb-hdmi.dtso

index 151e9cee3c87eef9e83529cd42a056c4a56dca96..dbd9065b8bb4ca691f70c53319f83f308a59eac5 100644 (file)
@@ -83,7 +83,3 @@
 &panel_dpi {
        status = "disabled";
 };
-
-&tve {
-       status = "disabled";
-};