Skip to content

Commit 3eb1b95

Browse files
Keerthyjnsekhar
authored andcommitted
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: 2e38b94 ("ARM: davinci: da850: add GPIO DT node") Signed-off-by: Sekhar Nori <nsekhar@ti.com>
1 parent 1b6fe97 commit 3eb1b95

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

arch/arm/boot/dts/da850.dtsi

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -549,11 +549,7 @@
549549
gpio-controller;
550550
#gpio-cells = <2>;
551551
reg = <0x226000 0x1000>;
552-
interrupts = <42 IRQ_TYPE_EDGE_BOTH
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>;
552+
interrupts = <42 43 44 45 46 47 48 49 50>;
557553
ti,ngpio = <144>;
558554
ti,davinci-gpio-unbanked = <0>;
559555
status = "disabled";

0 commit comments

Comments
 (0)