* [PATCH v1] arm64: dts: imx8mm-verdin: enable hpd on hdmi-connector
@ 2022-11-29 14:05 Francesco Dolcini
2022-11-29 14:08 ` Fabio Estevam
0 siblings, 1 reply; 2+ messages in thread
From: Francesco Dolcini @ 2022-11-29 14:05 UTC (permalink / raw)
To: linux-arm-kernel
Cc: Stefan Eichenberger, Rob Herring, Krzysztof Kozlowski, Shawn Guo,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
NXP Linux Team, devicetree
From: Stefan Eichenberger <stefan.eichenberger@toradex.com>
Add hot plug detect gpio to the HDMI connector.
Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>
---
arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi
index bcab830c6e95..8cc8a80ea255 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi
@@ -56,7 +56,11 @@ key-wakeup {
hdmi_connector: hdmi-connector {
compatible = "hdmi-connector";
ddc-i2c-bus = <&i2c2>;
+ /* Verdin PWM_3_DSI (SODIMM 19) */
+ hpd-gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
label = "hdmi";
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_pwm_3_dsi_hpd_gpio>;
type = "a";
status = "disabled";
};
@@ -598,7 +602,7 @@ hwmon: hwmon@40 {
hdmi_lontium_lt8912: hdmi@48 {
compatible = "lontium,lt8912b";
pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_gpio_10_dsi>, <&pinctrl_pwm_3_dsi_hpd_gpio>;
+ pinctrl-0 = <&pinctrl_gpio_10_dsi>;
reg = <0x48>;
/* Verdin GPIO_9_DSI (LT8912 INT, SODIMM 17, unused) */
/* Verdin GPIO_10_DSI (SODIMM 21) */
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v1] arm64: dts: imx8mm-verdin: enable hpd on hdmi-connector
2022-11-29 14:05 [PATCH v1] arm64: dts: imx8mm-verdin: enable hpd on hdmi-connector Francesco Dolcini
@ 2022-11-29 14:08 ` Fabio Estevam
0 siblings, 0 replies; 2+ messages in thread
From: Fabio Estevam @ 2022-11-29 14:08 UTC (permalink / raw)
To: Francesco Dolcini
Cc: linux-arm-kernel, Stefan Eichenberger, Rob Herring,
Krzysztof Kozlowski, Shawn Guo, Sascha Hauer,
Pengutronix Kernel Team, NXP Linux Team, devicetree
Hi Francesco,
On Tue, Nov 29, 2022 at 11:06 AM Francesco Dolcini <francesco@dolcini.it> wrote:
>
> From: Stefan Eichenberger <stefan.eichenberger@toradex.com>
>
> Add hot plug detect gpio to the HDMI connector.
>
> Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>
You missed your Signed-off-by here.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-29 14:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-29 14:05 [PATCH v1] arm64: dts: imx8mm-verdin: enable hpd on hdmi-connector Francesco Dolcini
2022-11-29 14:08 ` Fabio Estevam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).