From: Hans Verkuil Date: Fri, 20 Oct 2017 10:07:33 +0000 (+0200) Subject: ARM: dts: rockchip: define the two possible rk3288 CEC pins X-Git-Tag: v4.15-rc1~75^2~3^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=838980dd04e994bf81cf104fa01ae60802146b39;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: rockchip: define the two possible rk3288 CEC pins The CEC line can be routed to two possible pins. Define those pins. Signed-off-by: Hans Verkuil Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 7fc98c60b563e..cd24894ee5c6b 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -1481,6 +1481,14 @@ }; hdmi { + hdmi_cec_c0: hdmi-cec-c0 { + rockchip,pins = <7 RK_PC0 RK_FUNC_2 &pcfg_pull_none>; + }; + + hdmi_cec_c7: hdmi-cec-c7 { + rockchip,pins = <7 RK_PC7 RK_FUNC_4 &pcfg_pull_none>; + }; + hdmi_ddc: hdmi-ddc { rockchip,pins = <7 19 RK_FUNC_2 &pcfg_pull_none>, <7 20 RK_FUNC_2 &pcfg_pull_none>;