diff options
author | Robin Gong <b38343@freescale.com> | 2014-04-02 04:49:59 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:58:15 -0400 |
commit | 6a824e342dfeca4ff3a8648569408878c7d2a52c (patch) | |
tree | cabee59135489a5bcb29bc9dd8d0cf175eb3b222 | |
parent | 32bae54b1005e55307388e9400280386d09abb6f (diff) |
ENGR00306653-1: ARM: dts: imx6sx: add snvs power key node
Put snvs-pwrkey device node in imx6sx.dtsi since all boards with i.mx6sx were
designed with ONOFF as power key and it's a function at soc level.
Signed-off-by: Robin Gong <b38343@freescale.com>
-rw-r--r-- | arch/arm/boot/dts/imx6sx.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi index a9e708a3176c..39a30cff9ae3 100644 --- a/arch/arm/boot/dts/imx6sx.dtsi +++ b/arch/arm/boot/dts/imx6sx.dtsi | |||
@@ -487,6 +487,14 @@ | |||
487 | }; | 487 | }; |
488 | }; | 488 | }; |
489 | 489 | ||
490 | snvs-pwrkey@0x020cc000 { | ||
491 | compatible = "fsl,imx6sx-snvs-pwrkey"; | ||
492 | reg = <0x020cc000 0x4000>; | ||
493 | interrupts = <0 4 0x4>; | ||
494 | fsl,keycode = <116>; /* KEY_POWER */ | ||
495 | fsl,wakeup; | ||
496 | }; | ||
497 | |||
490 | src: src@020d8000 { | 498 | src: src@020d8000 { |
491 | compatible = "fsl,imx6q-src", "fsl,imx51-src"; | 499 | compatible = "fsl,imx6q-src", "fsl,imx51-src"; |
492 | reg = <0x020d8000 0x4000>; | 500 | reg = <0x020d8000 0x4000>; |