diff options
author | Enric Balletbo i Serra | 2017-06-12 23:24:09 +0200 |
---|---|---|
committer | Tony Lindgren | 2017-08-10 18:24:00 +0200 |
commit | 6a80131e9dd22a4c2b2247107058ca357ffb7a9d (patch) | |
tree | 11c138f32f3b2d716b06f4fb2f6bae5c69a9383b /arch/arm/boot/dts/tps65217.dtsi | |
parent | Merge branch 'omap-for-v4.14/mmc-regulator' into omap-for-v4.14/dt (diff) | |
download | kernel-qcow2-linux-6a80131e9dd22a4c2b2247107058ca357ffb7a9d.tar.gz kernel-qcow2-linux-6a80131e9dd22a4c2b2247107058ca357ffb7a9d.tar.xz kernel-qcow2-linux-6a80131e9dd22a4c2b2247107058ca357ffb7a9d.zip |
ARM: dts: tps65217: Add charger interrupts to the common tps65217.dtsi file
The interrupt specifiers for USB and AC charger input are static data that
comes from the datasheet, there is no reason to need to define these values
on every board so seem reasonable put this information into the common
tps65217 file.
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/tps65217.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tps65217.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tps65217.dtsi b/arch/arm/boot/dts/tps65217.dtsi index 02de56b55823..197315970335 100644 --- a/arch/arm/boot/dts/tps65217.dtsi +++ b/arch/arm/boot/dts/tps65217.dtsi @@ -18,6 +18,8 @@ charger { compatible = "ti,tps65217-charger"; + interrupts = <0>, <1>; + interrupt-names = "USB", "AC"; status = "disabled"; }; |