Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd638608 authored by Douglas Anderson's avatar Douglas Anderson Committed by Heiko Stuebner
Browse files

ARM: dts: rockchip: Add HDMI i2c unwedging for rk3288-veyron



Veyron uses the builtin i2c controller that's part of dw-hdmi.  Hook
up the unwedging feature.

Signed-off-by: default avatarDouglas Anderson <dianders@chromium.org>
Reviewed-by: default avatarSean Paul <sean@poorly.run>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent c077d9d7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -175,8 +175,9 @@
};

&hdmi {
	pinctrl-names = "default";
	pinctrl-names = "default", "unwedge";
	pinctrl-0 = <&hdmi_ddc>;
	pinctrl-1 = <&hdmi_ddc_unwedge>;
	status = "okay";
};