From f8da7b4d7c308547ce6aebb25fee32164c7fedb1 Mon Sep 17 00:00:00 2001 From: Xu Xuehui Date: Wed, 25 Dec 2024 10:55:10 +0800 Subject: [PATCH] arm64: dts: rockchip: rk3588-vehicle-evb-v23: fix bt gpio config error Signed-off-by: Xu Xuehui Change-Id: Iaa44be32248c0bcac0d04971b5c5c3c9cfdec32e --- arch/arm64/boot/dts/rockchip/rk3588-vehicle-evb-v23.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3588-vehicle-evb-v23.dts b/arch/arm64/boot/dts/rockchip/rk3588-vehicle-evb-v23.dts index ef72a61d3187..775cd3140ca2 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-vehicle-evb-v23.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588-vehicle-evb-v23.dts @@ -308,7 +308,7 @@ pinctrl-0 = <&uart7m1_rtsn>, <&bt_reset_gpio>, <&bt_wake_gpio>, <&bt_irq_gpio>; pinctrl-1 = <&uart7_gpios>; BT,reset_gpio = <&gpio0 RK_PD6 GPIO_ACTIVE_HIGH>; - BT,wake_gpio = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>; + BT,wake_gpio = <&gpio3 RK_PB7 GPIO_ACTIVE_HIGH>; BT,wake_host_irq = <&gpio0 RK_PA4 GPIO_ACTIVE_HIGH>; status = "okay"; };