projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0bf1f3
)
ARM: dts: TWL4030: Add power button support
author
Sebastian Reichel
<sre@debian.org>
Tue, 22 Oct 2013 22:49:43 +0000
(
00:49
+0200)
committer
Benoit Cousson
<bcousson@baylibre.com>
Wed, 23 Oct 2013 08:15:12 +0000
(10:15 +0200)
Enable support for the power button.
Signed-off-by: Sebastian Reichel <sre@debian.org>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
arch/arm/boot/dts/twl4030.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/twl4030.dtsi
b/arch/arm/boot/dts/twl4030.dtsi
index cb5afcdb5d35ac6aca1ebd5f0125866fa427675c..af7fa40fd216f20a64da6fb06241d54547d6194c 100644
(file)
--- a/
arch/arm/boot/dts/twl4030.dtsi
+++ b/
arch/arm/boot/dts/twl4030.dtsi
@@
-133,4
+133,9
@@
compatible = "ti,twl4030-pwmled";
#pwm-cells = <2>;
};
+
+ twl_pwrbutton: pwrbutton {
+ compatible = "ti,twl4030-pwrbutton";
+ interrupts = <8>;
+ };
};