arm64: dts: freescale: imx8mp-verdin: enable hdmi_pai device

Enable the hdmi_pai device on the various iMX8M Plus Verdin boards that
feature the related HDMI interface.

The hdmi_pai device, together with aud2htx module, hdmi_pai and hdmi
controller compose the HDMI audio pipeline.

See commit b21f87b832 ("arm64: dts: imx8mp-evk: enable hdmi_pai
device") for the equivalent change on the NXP i.MX8MP EVK board.

Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Francesco Dolcini
2025-12-09 11:17:50 +01:00
committed by Shawn Guo
parent 98b8de62e8
commit 9cd778b496
4 changed files with 16 additions and 0 deletions

View File

@@ -112,6 +112,10 @@ &gpio4 {
};
/* Verdin HDMI_1 */
&hdmi_pai {
status = "okay";
};
&hdmi_pvi {
status = "okay";
};

View File

@@ -121,6 +121,10 @@ &gpio_expander_21 {
};
/* Verdin HDMI_1 */
&hdmi_pai {
status = "okay";
};
&hdmi_pvi {
status = "okay";
};

View File

@@ -109,6 +109,10 @@ &flexcan2 {
};
/* Verdin HDMI_1 */
&hdmi_pai {
status = "okay";
};
&hdmi_pvi {
status = "okay";
};

View File

@@ -123,6 +123,10 @@ &gpio4 {
};
/* Verdin HDMI_1 */
&hdmi_pai {
status = "okay";
};
&hdmi_pvi {
status = "okay";
};