diff options
author | 2017-03-05 20:11:57 -0800 | |
---|---|---|
committer | 2017-03-06 08:04:30 -0800 | |
commit | 594e808bfa2d296c9e4ce8ff0132c27f2b1259de (patch) | |
tree | ba58d47c2d1f1d8b33cff3d2e680e5ea2cc83198 | |
parent | ARM: dts: motorola-cpcap-mapphone: add rtc (diff) | |
download | wireguard-linux-594e808bfa2d296c9e4ce8ff0132c27f2b1259de.tar.xz wireguard-linux-594e808bfa2d296c9e4ce8ff0132c27f2b1259de.zip |
ARM: dts: motorola-cpcap-mapphone: add pwrbutton
Add power button.
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi b/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi index 34fb93ba5966..9970985e685b 100644 --- a/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi +++ b/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi @@ -32,6 +32,12 @@ interrupt-parent = <&cpcap>; interrupts = <39 IRQ_TYPE_NONE>, <26 IRQ_TYPE_NONE>; }; + + power_button: button { + compatible = "motorola,cpcap-pwrbutton"; + + interrupts = <23 IRQ_TYPE_NONE>; + }; }; }; |