Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Douglas Anderson and committed by
Heiko Stuebner
c077d9d7 bf09924f

+9
+9
arch/arm/boot/dts/rk3288.dtsi
··· 1547 1547 rockchip,pins = <7 RK_PC3 2 &pcfg_pull_none>, 1548 1548 <7 RK_PC4 2 &pcfg_pull_none>; 1549 1549 }; 1550 + 1551 + hdmi_ddc_unwedge: hdmi-ddc-unwedge { 1552 + rockchip,pins = <7 RK_PC3 RK_FUNC_GPIO &pcfg_output_low>, 1553 + <7 RK_PC4 2 &pcfg_pull_none>; 1554 + }; 1555 + }; 1556 + 1557 + pcfg_output_low: pcfg-output-low { 1558 + output-low; 1550 1559 }; 1551 1560 1552 1561 pcfg_pull_up: pcfg-pull-up {