diff options
| author | Philippe Schenker <philippe.schenker@toradex.com> | 2022-09-01 13:01:50 +0300 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2022-09-17 11:34:29 +0300 |
| commit | 63a71a901021c137a1b9c23f3ac4e8882d044a39 (patch) | |
| tree | 42db072ad64e32f526ed2ccd8845dc6a85472500 | |
| parent | ac2ac9ff2dff35d0a119d4887859027813a76c2f (diff) | |
| download | linux-63a71a901021c137a1b9c23f3ac4e8882d044a39.tar.xz | |
arm64: dts: verdin-imx8mm: introduce hdmi-connector
The Lontium LT8912B driver needs a HDMI connector to be connected to
port 1. Introduce this connector to be enabled in a device tree overlay.
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi index ca1c087e7c29..ef105c0745eb 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi @@ -53,6 +53,14 @@ }; }; + hdmi_connector: hdmi-connector { + compatible = "hdmi-connector"; + ddc-i2c-bus = <&i2c2>; + label = "hdmi"; + type = "a"; + status = "disabled"; + }; + panel_lvds: panel-lvds { compatible = "panel-lvds"; backlight = <&backlight>; |
