arm64: dts: rockchip: enable cec pin for rk3399 firefly
authorPierre-Hugues Husson <phh@phh.me>
Fri, 13 Oct 2017 22:53:37 +0000 (00:53 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 15 Oct 2017 12:11:32 +0000 (14:11 +0200)
Add a pinctrl setting to configure the cec pin to the correct function.

Signed-off-by: Pierre-Hugues Husson <phh@phh.me>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399-firefly.dts

index b2a7a55e1ec871adf408a32352ac6196fe1c695c..da373ddad74be2a75b0d9e64da7842c6b74e225c 100644 (file)
 
 &hdmi {
        ddc-i2c-bus = <&i2c3>;
+       pinctrl-names = "default";
+       pinctrl-0 = <&hdmi_cec>;
        status = "okay";
 };