projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
829acd0
)
ARM: dts: dra72-evm: Add power button node
author
Nishanth Menon
<nm@ti.com>
Tue, 21 Oct 2014 14:30:47 +0000
(09:30 -0500)
committer
Tony Lindgren
<tony@atomide.com>
Mon, 10 Nov 2014 22:27:35 +0000
(14:27 -0800)
With Commit
adff5962fdd2
("Input: introduce palmas-pwrbutton"), we can
now support tps power button as a event source - This is SW7 (PB/WAKE)
on the J6-evm.
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra72-evm.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/dra72-evm.dts
b/arch/arm/boot/dts/dra72-evm.dts
index 5d26fa1144e3821cb23afd1c1e04d3a5e6b543ed..e5a4227aa7ebcbbe5d469ae38fb1c4986ae9d61a 100644
(file)
--- a/
arch/arm/boot/dts/dra72-evm.dts
+++ b/
arch/arm/boot/dts/dra72-evm.dts
@@
-184,6
+184,14
@@
};
};
};
+
+ tps65917_power_button {
+ compatible = "ti,palmas-pwrbutton";
+ interrupt-parent = <&tps65917>;
+ interrupts = <1 IRQ_TYPE_NONE>;
+ wakeup-source;
+ ti,palmas-long-press-seconds = <6>;
+ };
};
};