mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
ARM: dts: imx6qdl: tqma6: Mark gpio-buttons as wakeup-source
They are connected directly to CPU, so they can be used as wakeup source. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
33b424c684
commit
0563988cf7
|
|
@ -40,18 +40,21 @@ button1 {
|
|||
label = "s6";
|
||||
linux,code = <KEY_F6>;
|
||||
gpios = <&gpio7 13 GPIO_ACTIVE_LOW>;
|
||||
wakeup-source;
|
||||
};
|
||||
|
||||
button2 {
|
||||
label = "s7";
|
||||
linux,code = <KEY_F7>;
|
||||
gpios = <&gpio7 12 GPIO_ACTIVE_LOW>;
|
||||
wakeup-source;
|
||||
};
|
||||
|
||||
button3 {
|
||||
label = "s8";
|
||||
linux,code = <KEY_F8>;
|
||||
gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
|
||||
wakeup-source;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user