diff mbox series

[1/2] ARM: dts: imx53-qsb-hdmi: Do not disable TVE

Message ID 20240722030413.3456203-1-victor.liu@nxp.com (mailing list archive)
State In Next, archived
Headers show
Series [1/2] ARM: dts: imx53-qsb-hdmi: Do not disable TVE | expand

Commit Message

Liu Ying July 22, 2024, 3:04 a.m. UTC
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(-)

Comments

Shawn Guo Aug. 12, 2024, 11:40 a.m. UTC | #1
On Mon, Jul 22, 2024 at 11:04:12AM +0800, Liu Ying wrote:
> 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>

Applied both, thanks!
diff mbox series

Patch

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";
-};