From 06e95d2c43497cbca66af71bf8dafd85d78b8015 Mon Sep 17 00:00:00 2001 From: Jkand Huang Date: Mon, 22 Jan 2024 20:06:03 +0800 Subject: [PATCH] ARM: dts: rockchip: rv1106g-evb2-v12-wakeup: fix false wakeup issue The wake-up button status must be consistent with the configuration in 'rockchip,pm-config'. Change-Id: I518e1f148225cd7adc07408d54138f5d4cb3f603 Signed-off-by: Jkand Huang --- arch/arm/boot/dts/rv1106g-evb2-v12-wakeup.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/rv1106g-evb2-v12-wakeup.dts b/arch/arm/boot/dts/rv1106g-evb2-v12-wakeup.dts index 138a4467bc02..ab6b493a0d0c 100644 --- a/arch/arm/boot/dts/rv1106g-evb2-v12-wakeup.dts +++ b/arch/arm/boot/dts/rv1106g-evb2-v12-wakeup.dts @@ -76,7 +76,7 @@ &pinctrl { buttons { pwr_key: pwr-key { - rockchip,pins = <0 RK_PA1 RK_FUNC_GPIO &pcfg_pull_none>; + rockchip,pins = <0 RK_PA1 RK_FUNC_GPIO &pcfg_pull_down>; }; }; };