ARM: dts: rockchip: Add unwedge pinctrl entries for dw_hdmi on rk3288
authorDouglas Anderson <dianders@chromium.org>
Thu, 2 May 2019 22:53:35 +0000 (15:53 -0700)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 6 Jun 2019 10:27:48 +0000 (12:27 +0200)
commitc077d9d717dc481a6a95f9ef2562ef6bda74fbdf
tree353d1abe5842f8c79634031fce4caef2a74fe275
parentbf09924f21767e6bb7cb3aae48c48c2c2ab8261a
ARM: dts: rockchip: Add unwedge pinctrl entries for dw_hdmi on rk3288

This adds the "unwedge" pinctrl entries introduced by a recent dw_hdmi
change that can unwedge the dw_hdmi i2c bus in some cases.  It's
expected that any boards using this would add:

  pinctrl-names = "default", "unwedge";
  pinctrl-0 = <&hdmi_ddc>;
  pinctrl-1 = <&hdmi_ddc_unwedge>;

Note that this isn't added by default because some boards may choose
to mux i2c5 for their DDC bus (if that is more tested for them).

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.dtsi