linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: imx53-qsb-hdmi: Do not disable TVE
@ 2024-07-22  3:04 Liu Ying
  2024-07-22  3:04 ` [PATCH 2/2] ARM: dts: imx53-qsb-hdmi: Merge display0 node Liu Ying
  2024-08-12 11:40 ` [PATCH 1/2] ARM: dts: imx53-qsb-hdmi: Do not disable TVE Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Liu Ying @ 2024-07-22  3:04 UTC (permalink / raw)
  To: devicetree, imx, linux-arm-kernel
  Cc: robh, krzk+dt, conor+dt, shawnguo, s.hauer, kernel, festevam,
	dmitry.baryshkov

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>
---
 arch/arm/boot/dts/nxp/imx/imx53-qsb-hdmi.dtso | 4 ----
 1 file changed, 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 @@ sii9022_out: endpoint {
 &panel_dpi {
 	status = "disabled";
 };
-
-&tve {
-	status = "disabled";
-};
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-08-12 11:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-22  3:04 [PATCH 1/2] ARM: dts: imx53-qsb-hdmi: Do not disable TVE Liu Ying
2024-07-22  3:04 ` [PATCH 2/2] ARM: dts: imx53-qsb-hdmi: Merge display0 node Liu Ying
2024-08-12 11:40 ` [PATCH 1/2] ARM: dts: imx53-qsb-hdmi: Do not disable TVE Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).