aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMilo Kim <woogyom.kim@gmail.com>2016-10-28 21:36:58 +0900
committerTony Lindgren <tony@atomide.com>2016-11-09 14:31:38 -0700
commit2d63b9ce21363e9f545463221a94262ec6ab8430 (patch)
tree3ca25bcc6aa00bc60d11b15f4e916cb476637408
parentARM: dts: tps65217: Add the power button device (diff)
downloadwireguard-linux-2d63b9ce21363e9f545463221a94262ec6ab8430.tar.xz
wireguard-linux-2d63b9ce21363e9f545463221a94262ec6ab8430.zip
ARM: dts: am335x: Support the PMIC interrupt
AM335x bone based boards have the PMIC interrupt named NMI which is connected to TPS65217 device. AM335x main interrupt controller provides it and the number is 7. Signed-off-by: Milo Kim <woogyom.kim@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/boot/dts/am335x-bone-common.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-bone-common.dtsi b/arch/arm/boot/dts/am335x-bone-common.dtsi
index 007b5e5a51a9..25303d98b1b6 100644
--- a/arch/arm/boot/dts/am335x-bone-common.dtsi
+++ b/arch/arm/boot/dts/am335x-bone-common.dtsi
@@ -310,6 +310,10 @@
* by the hardware problems. (Tip: double-check by performing a current
* measurement after shutdown: it should be less than 1 mA.)
*/
+
+ interrupts = <7>; /* NMI */
+ interrupt-parent = <&intc>;
+
ti,pmic-shutdown-controller;
regulators {