diff options
author | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2017-06-12 23:24:10 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-08-10 09:24:07 -0700 |
commit | 7e697ac3c4fb79541a9e3c0053448568a6d6238d (patch) | |
tree | 9f87d0240f467538d251410edee5e558c6adf048 /arch/arm/boot/dts/am335x-chiliboard.dts | |
parent | 6a80131e9dd22a4c2b2247107058ca357ffb7a9d (diff) | |
download | op-kernel-dev-7e697ac3c4fb79541a9e3c0053448568a6d6238d.zip op-kernel-dev-7e697ac3c4fb79541a9e3c0053448568a6d6238d.tar.gz |
ARM: dts: tps65217: Add power button interrupt to the common tps65217.dtsi file
The interrupt for power button is static data that comes from the
datasheet, there is no reason to need to define this value on every
board so seams 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/am335x-chiliboard.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-chiliboard.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-chiliboard.dts b/arch/arm/boot/dts/am335x-chiliboard.dts index 5c25f3a..59431b2 100644 --- a/arch/arm/boot/dts/am335x-chiliboard.dts +++ b/arch/arm/boot/dts/am335x-chiliboard.dts @@ -195,7 +195,6 @@ }; pwrbutton { - interrupts = <2>; status = "okay"; }; }; |