diff options
author | Keerthy <j-keerthy@ti.com> | 2018-06-05 06:07:51 -0400 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2018-06-27 08:08:44 -0400 |
commit | 3eb1b955cd7ed1e621ace856710006c2a8a7f231 (patch) | |
tree | ca84e4e54fc5687b95a5598eed32bacbb8984dd6 | |
parent | 1b6fe9798af8cb7d80fad5dd30ee1bcd1e0f51eb (diff) |
ARM: dts: da850: Fix interrups property for gpio
The intc #interrupt-cells is equal to 1. Currently gpio
node has 2 cells per IRQ which is wrong. Remove the additional
cell for each of the interrupts.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Fixes: 2e38b946dc54 ("ARM: davinci: da850: add GPIO DT node")
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
-rw-r--r-- | arch/arm/boot/dts/da850.dtsi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi index f6f1597b03df..0f4f817a9e22 100644 --- a/arch/arm/boot/dts/da850.dtsi +++ b/arch/arm/boot/dts/da850.dtsi | |||
@@ -549,11 +549,7 @@ | |||
549 | gpio-controller; | 549 | gpio-controller; |
550 | #gpio-cells = <2>; | 550 | #gpio-cells = <2>; |
551 | reg = <0x226000 0x1000>; | 551 | reg = <0x226000 0x1000>; |
552 | interrupts = <42 IRQ_TYPE_EDGE_BOTH | 552 | interrupts = <42 43 44 45 46 47 48 49 50>; |
553 | 43 IRQ_TYPE_EDGE_BOTH 44 IRQ_TYPE_EDGE_BOTH | ||
554 | 45 IRQ_TYPE_EDGE_BOTH 46 IRQ_TYPE_EDGE_BOTH | ||
555 | 47 IRQ_TYPE_EDGE_BOTH 48 IRQ_TYPE_EDGE_BOTH | ||
556 | 49 IRQ_TYPE_EDGE_BOTH 50 IRQ_TYPE_EDGE_BOTH>; | ||
557 | ti,ngpio = <144>; | 553 | ti,ngpio = <144>; |
558 | ti,davinci-gpio-unbanked = <0>; | 554 | ti,davinci-gpio-unbanked = <0>; |
559 | status = "disabled"; | 555 | status = "disabled"; |