ARM: dts: imx6qdl-apalis: mux HDMI CEC pin
authorStefan Agner <stefan.agner@toradex.com>
Fri, 13 Dec 2019 13:49:37 +0000 (14:49 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 23 Dec 2019 06:58:20 +0000 (14:58 +0800)
Mux the HDMI CEC pin to make HDMI CEC working. With this change HDMI CEC
seems to work fine on a Apalis iMX6 on Ixora using cec-ctl.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-apalis.dtsi

index ff1287e6b7ce4d8cb5e4adc62143c9eaf009dcfb..1b5bc6b5e8065fbffaa8bc48b673da90b95b8513 100644 (file)
 
 &hdmi {
        pinctrl-names = "default";
-       pinctrl-0 = <&pinctrl_hdmi_ddc>;
+       pinctrl-0 = <&pinctrl_hdmi_ddc &pinctrl_hdmi_cec>;
        status = "disabled";
 };