From ee55b75ca8138e0da9ced70167f91c0f9f943e07 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 25 Aug 2022 15:21:57 +0200 Subject: arm64: dts: imx8mp-verdin: add dsi to hdmi functionality Add the hdmi connector present on the dsi to hdmi adapter now required by the upstream lontium bridge driver. The dsi to hdmi adapter is enabled in an device tree overlay. Upstream-status: Submitted [https://lore.kernel.org/lkml/20220901154051.1885509-1-max.oss.09@gmail.com/T/#t] Signed-off-by: Max Krummenacher --- arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi index 5880f27e7770..8a6ccba87314 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi @@ -59,6 +59,14 @@ }; }; + hdmi_connector: hdmi-connector { + compatible = "hdmi-connector"; + ddc-i2c-bus = <&i2c2>; + label = "hdmi"; + type = "a"; + status = "disabled"; + }; + sound_hdmi: sound-hdmi { compatible = "fsl,imx-audio-hdmi"; model = "audio-hdmi"; -- cgit v1.2.3