diff options
author | Keerthy <j-keerthy@ti.com> | 2017-05-24 17:01:41 +0300 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2017-05-30 13:47:25 +0300 |
commit | 3c4ec0f9b3a1cd0365c33e53936274f81d536b94 (patch) | |
tree | d76a763132963a77cb2574c72141daf2dbd1ebf2 /arch/arm/boot/dts/da850.dtsi | |
parent | 775448ce274a58bb8b5fa49795dc808446434dae (diff) | |
download | linux-3c4ec0f9b3a1cd0365c33e53936274f81d536b94.tar.xz |
ARM: dts: da850: Add interrupt-controller property to gpio node
The gpio node has 144 gpios. Each gpio is capable of generating
an interrupt. Hence add interrupt-controller property to the gpio
node. With this in place one can use interrupts property in device
tree to request for the gpio interrupts.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/da850.dtsi')
-rw-r--r-- | arch/arm/boot/dts/da850.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi index 0bd048e0049f..af68ef7b0caa 100644 --- a/arch/arm/boot/dts/da850.dtsi +++ b/arch/arm/boot/dts/da850.dtsi @@ -528,6 +528,8 @@ ti,ngpio = <144>; ti,davinci-gpio-unbanked = <0>; status = "disabled"; + interrupt-controller; + #interrupt-cells = <2>; }; pinconf: pin-controller@22c00c { compatible = "ti,da850-pupd"; |