aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am57xx-beagle-x15.dts
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2015-09-03 14:24:00 -0500
committerTony Lindgren <tony@atomide.com>2015-09-14 12:13:38 -0700
commitc22c7f3e667bece46efe97780ab2df3af700aea0 (patch)
tree4d5cd2cc17433f9e297d36f1b6265753045acb04 /arch/arm/boot/dts/am57xx-beagle-x15.dts
parentARM: dts: am335x-phycore-som: Fix mpu voltage (diff)
downloadlinux-dev-c22c7f3e667bece46efe97780ab2df3af700aea0.tar.xz
linux-dev-c22c7f3e667bece46efe97780ab2df3af700aea0.zip
ARM: dts: am57xx-beagle-x15: Add wakeup irq for mcp79410
With the support in the generic PM framework for wakeirq and capability added to the rtc-ds1307 driver to support this, we can now define the optional wakeup irq to allow the RTC to wakeup the system from low power modes as part of suspend. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am57xx-beagle-x15.dts')
-rw-r--r--arch/arm/boot/dts/am57xx-beagle-x15.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am57xx-beagle-x15.dts b/arch/arm/boot/dts/am57xx-beagle-x15.dts
index 1ad3474efcf7..a4274abf1437 100644
--- a/arch/arm/boot/dts/am57xx-beagle-x15.dts
+++ b/arch/arm/boot/dts/am57xx-beagle-x15.dts
@@ -517,7 +517,8 @@
mcp_rtc: rtc@6f {
compatible = "microchip,mcp7941x";
reg = <0x6f>;
- interrupts = <GIC_SPI 2 IRQ_TYPE_EDGE_RISING>; /* IRQ_SYS_1N */
+ interrupts-extended = <&crossbar_mpu GIC_SPI 2 IRQ_TYPE_EDGE_RISING>,
+ <&dra7_pmx_core 0x424>;
pinctrl-names = "default";
pinctrl-0 = <&mcp79410_pins_default>;