aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiu Ying <[email protected]>2024-07-22 11:04:12 +0800
committerShawn Guo <[email protected]>2024-08-12 19:39:56 +0800
commit53ad698be8fe0cf359585b4bd155ed9c0b9cf0f9 (patch)
tree97e26cc687a45f9c9ca9e4ef38256090c943673f
parent52f82ed6a60688703b773bffb6fbd866b6192a62 (diff)
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: eeb403df953f ("ARM: dts: imx53-qsb: add support for the HDMI expander") Signed-off-by: Liu Ying <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r--arch/arm/boot/dts/nxp/imx/imx53-qsb-hdmi.dtso4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/nxp/imx/imx53-qsb-hdmi.dtso b/arch/arm/boot/dts/nxp/imx/imx53-qsb-hdmi.dtso
index 151e9cee3c87..dbd9065b8bb4 100644
--- a/arch/arm/boot/dts/nxp/imx/imx53-qsb-hdmi.dtso
+++ b/arch/arm/boot/dts/nxp/imx/imx53-qsb-hdmi.dtso
@@ -83,7 +83,3 @@
&panel_dpi {
status = "disabled";
};
-
-&tve {
- status = "disabled";
-};