mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
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:
@@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user