diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-05-04 19:36:09 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-05-11 08:01:33 +0200 |
commit | cab7562a92edb89668fe548f5d8c8300e7438c62 (patch) | |
tree | 033f20f9ddd03cccb0f305783f60d571aba7e54e /arch/arm/boot/dts/sh73a0-kzm9g.dts | |
parent | ARM: shmobile: koelsch dts: Use generic names for device nodes (diff) | |
download | linux-cab7562a92edb89668fe548f5d8c8300e7438c62.tar.xz linux-cab7562a92edb89668fe548f5d8c8300e7438c62.zip |
ARM: shmobile: kzm9g dts: Configure the HOME key as wake-up source
Note that from now on any of the pfc8575 gpio keys will wake up the
system, as the pfc8575 cannot mask individual interrupts.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/sh73a0-kzm9g.dts')
-rw-r--r-- | arch/arm/boot/dts/sh73a0-kzm9g.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sh73a0-kzm9g.dts b/arch/arm/boot/dts/sh73a0-kzm9g.dts index 022ba505f573..24b4cd24dceb 100644 --- a/arch/arm/boot/dts/sh73a0-kzm9g.dts +++ b/arch/arm/boot/dts/sh73a0-kzm9g.dts @@ -147,6 +147,7 @@ gpios = <&pcf8575 14 GPIO_ACTIVE_LOW>; linux,code = <KEY_HOME>; label = "SW1"; + gpio-key,wakeup; }; }; |