Skip to content

Commit 838980d

Browse files
Hans Verkuilmmind
authored andcommitted
ARM: dts: rockchip: define the two possible rk3288 CEC pins
The CEC line can be routed to two possible pins. Define those pins. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent afddf63 commit 838980d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,6 +1481,14 @@
14811481
};
14821482

14831483
hdmi {
1484+
hdmi_cec_c0: hdmi-cec-c0 {
1485+
rockchip,pins = <7 RK_PC0 RK_FUNC_2 &pcfg_pull_none>;
1486+
};
1487+
1488+
hdmi_cec_c7: hdmi-cec-c7 {
1489+
rockchip,pins = <7 RK_PC7 RK_FUNC_4 &pcfg_pull_none>;
1490+
};
1491+
14841492
hdmi_ddc: hdmi-ddc {
14851493
rockchip,pins = <7 19 RK_FUNC_2 &pcfg_pull_none>,
14861494
<7 20 RK_FUNC_2 &pcfg_pull_none>;

0 commit comments

Comments
 (0)