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:
5b03287
)
ARM: dts: imx6ul: add snvs power key support
author
Anson Huang
<b20788@freescale.com>
Thu, 6 Aug 2015 08:16:01 +0000
(16:16 +0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Tue, 11 Aug 2015 15:15:27 +0000
(23:15 +0800)
Add i.MX6UL SNVS power key support.
Signed-off-by: Anson Huang <b20788@freescale.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ul.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/imx6ul.dtsi
b/arch/arm/boot/dts/imx6ul.dtsi
index 19fdaebfde5d747ba8a4bbc76f4aff78e9ec9ef9..09edbedfd908ec46db4b39e599f28ad00e8d21ab 100644
(file)
--- a/
arch/arm/boot/dts/imx6ul.dtsi
+++ b/
arch/arm/boot/dts/imx6ul.dtsi
@@
-423,6
+423,14
@@
interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
};
+
+ snvs_pwrkey: snvs-powerkey {
+ compatible = "fsl,sec-v4.0-pwrkey";
+ regmap = <&snvs>;
+ interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
+ linux,keycode = <KEY_POWER>;
+ wakeup-source;
+ };
};
epit1: epit@020d0000 {