mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-23 14:09:38 +07:00
ARM: dts: kzm9g: Configure NMI key as wake-up source
Add a GPIO key with wake-up capability for the NMI button. This allows to wake up the system from s2ram without relying on the buttons on the optional switch board. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
1ca79699cb
commit
7e2a1bcd21
@ -149,6 +149,13 @@ home-key {
|
||||
label = "SW1";
|
||||
wakeup-source;
|
||||
};
|
||||
|
||||
wakeup-key {
|
||||
gpios = <&pfc 159 GPIO_ACTIVE_LOW>;
|
||||
linux,code = <KEY_WAKEUP>;
|
||||
label = "NMI";
|
||||
wakeup-source;
|
||||
};
|
||||
};
|
||||
|
||||
sound {
|
||||
|
Loading…
Reference in New Issue
Block a user