ARM: dts: tps65217: Specify the interrupt controller
authorMilo Kim <woogyom.kim@gmail.com>
Fri, 28 Oct 2016 12:36:55 +0000 (21:36 +0900)
committerTony Lindgren <tony@atomide.com>
Wed, 9 Nov 2016 21:31:20 +0000 (14:31 -0700)
TPS65217 MFD driver supports the IRQ domain to handle the charger input
interrupts and push button status event. The interrupt controller enables
corresponding IRQ handling in the charger[*] and power button driver[**].

[*]  drivers/power/supply/tps65217_charger.c
[**] drivers/input/misc/tps65218-pwrbutton.c

Signed-off-by: Milo Kim <woogyom.kim@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/tps65217.dtsi

index a632724..27935f8 100644 (file)
@@ -13,6 +13,8 @@
 
 &tps {
        compatible = "ti,tps65217";
+       interrupt-controller;
+       #interrupt-cells = <1>;
 
        regulators {
                #address-cells = <1>;