ARM: dts: rockchip: Add HDMI i2c unwedging for rk3288-veyron
authorDouglas Anderson <dianders@chromium.org>
Thu, 2 May 2019 22:53:36 +0000 (15:53 -0700)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 6 Jun 2019 10:28:01 +0000 (12:28 +0200)
Veyron uses the builtin i2c controller that's part of dw-hdmi.  Hook
up the unwedging feature.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Sean Paul <sean@poorly.run>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288-veyron.dtsi

index 99e2771d4d319ba7bb5f00e0aa97ecfe35d7e2c4..c574844a6bb24fa20b7ee4b754a175cf7d61d422 100644 (file)
 };
 
 &hdmi {
-       pinctrl-names = "default";
+       pinctrl-names = "default", "unwedge";
        pinctrl-0 = <&hdmi_ddc>;
+       pinctrl-1 = <&hdmi_ddc_unwedge>;
        status = "okay";
 };