arm64: dts: rock 5b: add hdmi enable-gpios

Signed-off-by: Alvin Xie <alvin@radxa.com>
This commit is contained in:
Alvin Xie 2024-05-15 14:55:41 +08:00 committed by Stephen Chen
commit 7b20fc1a77

View file

@ -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 {