aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Spinrath <christopher.spinrath@rwth-aachen.de>2017-04-04 15:41:30 -0400
committerShawn Guo <shawnguo@kernel.org>2017-04-10 04:16:24 -0400
commite48d9e715411a70b6d7c589eb3284830f22f5bf7 (patch)
tree2a77af78e8995fcde75a8cd49e324ae07b2814ed
parent448548174caaa04ffe9da4da9326052eb8791a9b (diff)
ARM: dts: imx6q-utilite-pro: add hpd gpio
The hpd pin of the second hdmi connector of the Utilite Pro is wired up to a gpio pin of the SoC. Reflect this in the device tree. Signed-off-by: Christopher Spinrath <christopher.spinrath@rwth-aachen.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--arch/arm/boot/dts/imx6q-utilite-pro.dts10
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q-utilite-pro.dts b/arch/arm/boot/dts/imx6q-utilite-pro.dts
index 69bdd82ce21f..d900ad6ec5f8 100644
--- a/arch/arm/boot/dts/imx6q-utilite-pro.dts
+++ b/arch/arm/boot/dts/imx6q-utilite-pro.dts
@@ -101,9 +101,11 @@
101 101
102 hdmi-connector { 102 hdmi-connector {
103 compatible = "hdmi-connector"; 103 compatible = "hdmi-connector";
104 104 pinctrl-names = "default";
105 pinctrl-0 = <&pinctrl_hpd>;
105 type = "a"; 106 type = "a";
106 ddc-i2c-bus = <&i2c_dvi_ddc>; 107 ddc-i2c-bus = <&i2c_dvi_ddc>;
108 hpd-gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>;
107 109
108 port { 110 port {
109 hdmi_connector_in: endpoint { 111 hdmi_connector_in: endpoint {
@@ -209,6 +211,12 @@
209 >; 211 >;
210 }; 212 };
211 213
214 pinctrl_hpd: hpdgrp {
215 fsl,pins = <
216 MX6QDL_PAD_GPIO_4__GPIO1_IO04 0x1b0b0
217 >;
218 };
219
212 pinctrl_i2c1: i2c1grp { 220 pinctrl_i2c1: i2c1grp {
213 fsl,pins = < 221 fsl,pins = <
214 MX6QDL_PAD_EIM_D21__I2C1_SCL 0x4001b8b1 222 MX6QDL_PAD_EIM_D21__I2C1_SCL 0x4001b8b1