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 <jkand.huang@rock-chips.com>
This commit is contained in:
Jkand Huang
2024-01-22 20:06:03 +08:00
committed by Tao Huang
parent 1358e462d7
commit 06e95d2c43

View File

@@ -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>;
};
};
};