arm64: dts: rock 5b: add hdmi enable-gpios
Signed-off-by: Alvin Xie <alvin@radxa.com>
This commit is contained in:
parent
cc53eebffb
commit
7b20fc1a77
1 changed files with 3 additions and 1 deletions
|
|
@ -561,6 +561,7 @@
|
|||
&hdmi0 {
|
||||
status = "okay";
|
||||
cec-enable = "true";
|
||||
enable-gpios = <&gpio4 RK_PB1 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
&hdmi0_in_vp0 {
|
||||
|
|
@ -583,7 +584,8 @@
|
|||
status = "okay";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&hdmim0_tx1_cec &hdmim0_tx1_hpd &hdmim1_tx1_scl &hdmim1_tx1_sda>;
|
||||
cec-enable = "true";
|
||||
cec-enable = "true";
|
||||
enable-gpios = <&gpio4 RK_PA1 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
&hdmi1_in_vp0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue