From: Frank Li <[email protected]>

enable snvs ONOFF power key support

Signed-off-by: Frank Li <[email protected]>
---
 arch/arm/boot/dts/imx6sx.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
index 708175d..1350d2e 100644
--- a/arch/arm/boot/dts/imx6sx.dtsi
+++ b/arch/arm/boot/dts/imx6sx.dtsi
@@ -680,6 +680,14 @@
                                };
                        };
 
+                       snvs-pwrkey@0x020cc000 {
+                               compatible = "fsl,imx6sx-snvs-pwrkey";
+                               reg = <0x020cc000 0x4000>;
+                               interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
+                               fsl,keycode = <116>; /* KEY_POWER */
+                               fsl,wakeup;
+                       };
+
                        epit1: epit@020d0000 {
                                reg = <0x020d0000 0x4000>;
                                interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to