diff options
| author | Oleksij Rempel <o.rempel@pengutronix.de> | 2025-01-06 17:06:39 +0100 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2025-02-25 08:32:56 +0800 |
| commit | 507b6de306eefe1354878704739e1dd2e107485f (patch) | |
| tree | 43821eb6ff9d967164f0ffeeedb407b88ebad5a6 | |
| parent | 68e008f256e9ebfd5d970cf03ed19742e1ffb542 (diff) | |
| download | linux-507b6de306eefe1354878704739e1dd2e107485f.tar.gz linux-507b6de306eefe1354878704739e1dd2e107485f.zip | |
arm64: dts: imx8mp-skov: describe HDMI display pipeline
Back when this device tree was first added, there were no i.MX8MP
HDMI bindings upstream yet. This has changed now, so let's use them
to describe the HDMI on the imx8mp-skov-revb-hdmi board.
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp-skov-revb-hdmi.dts | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-skov-revb-hdmi.dts b/arch/arm64/boot/dts/freescale/imx8mp-skov-revb-hdmi.dts index 206116be8166..32a429437cbd 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-skov-revb-hdmi.dts +++ b/arch/arm64/boot/dts/freescale/imx8mp-skov-revb-hdmi.dts @@ -9,6 +9,21 @@ compatible = "skov,imx8mp-skov-revb-hdmi", "fsl,imx8mp"; }; +&hdmi_pvi { + status = "okay"; +}; + +&hdmi_tx { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_hdmi>; + ddc-i2c-bus = <&i2c5>; + status = "okay"; +}; + +&hdmi_tx_phy { + status = "okay"; +}; + &i2c5 { pinctrl-names = "default", "gpio"; pinctrl-0 = <&pinctrl_i2c5>; @@ -19,6 +34,10 @@ status = "okay"; }; +&lcdif3 { + status = "okay"; +}; + &iomuxc { pinctrl_hdmi: hdmigrp { fsl,pins = < |
