mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-10 14:43:54 +08:00
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>
This commit is contained in:
parent
afddf63163
commit
838980dd04
@ -1481,6 +1481,14 @@
|
||||
};
|
||||
|
||||
hdmi {
|
||||
hdmi_cec_c0: hdmi-cec-c0 {
|
||||
rockchip,pins = <7 RK_PC0 RK_FUNC_2 &pcfg_pull_none>;
|
||||
};
|
||||
|
||||
hdmi_cec_c7: hdmi-cec-c7 {
|
||||
rockchip,pins = <7 RK_PC7 RK_FUNC_4 &pcfg_pull_none>;
|
||||
};
|
||||
|
||||
hdmi_ddc: hdmi-ddc {
|
||||
rockchip,pins = <7 19 RK_FUNC_2 &pcfg_pull_none>,
|
||||
<7 20 RK_FUNC_2 &pcfg_pull_none>;
|
||||
|
Loading…
Reference in New Issue
Block a user