From f09852a4e00aa9830431384240dc720c3849a916 Mon Sep 17 00:00:00 2001 From: Alvin Xie Date: Wed, 15 May 2024 15:00:17 +0800 Subject: [PATCH] arm64: dts: rock 5b plus: add hdmi enable-gpios Signed-off-by: Alvin Xie --- arch/arm64/boot/dts/rockchip/rk3588-rock-5b-plus.dts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b-plus.dts b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b-plus.dts index d9691edf368b..3da7aac33f06 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b-plus.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b-plus.dts @@ -558,7 +558,8 @@ &hdmi0 { status = "okay"; - cec-enable = "true"; + cec-enable = "true"; + enable-gpios = <&gpio4 RK_PB1 GPIO_ACTIVE_HIGH>; }; &hdmi0_in_vp0 { @@ -581,7 +582,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 {