diff options
author | Christopher Spinrath <christopher.spinrath@rwth-aachen.de> | 2017-09-20 19:48:34 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-10-13 06:38:30 +0300 |
commit | 3d208992d92148941b66fe7756140383d40c66f9 (patch) | |
tree | 1569c361fd44ec030f14fd1a606f9e5c69d7ffaf /arch/arm/boot/dts/imx6q-utilite-pro.dts | |
parent | 12ce81e9486518c3be84cac150bdb938ed37c217 (diff) | |
download | linux-3d208992d92148941b66fe7756140383d40c66f9.tar.xz |
ARM: dts: imx6q-utilite-pro: add HDMI CEC pinctrl
On the Utilite Pro the CEC line is wired up to the HDMI connector.
Add the required pinctrl setting.
Signed-off-by: Christopher Spinrath <christopher.spinrath@rwth-aachen.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-utilite-pro.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-utilite-pro.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-utilite-pro.dts b/arch/arm/boot/dts/imx6q-utilite-pro.dts index 16d5be1aeb3c..f5d9c34b0d39 100644 --- a/arch/arm/boot/dts/imx6q-utilite-pro.dts +++ b/arch/arm/boot/dts/imx6q-utilite-pro.dts @@ -188,6 +188,8 @@ /delete-node/&hdmi_mux_1; &hdmi { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_hdmicec>; ddc-i2c-bus = <&i2c2>; status = "okay"; }; @@ -211,6 +213,12 @@ >; }; + pinctrl_hdmicec: hdmicecgrp { + fsl,pins = < + MX6QDL_PAD_KEY_ROW2__HDMI_TX_CEC_LINE 0x1f8b0 + >; + }; + pinctrl_hpd: hpdgrp { fsl,pins = < MX6QDL_PAD_GPIO_4__GPIO1_IO04 0x1b0b0 |