Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3eb1b955 authored by Keerthy's avatar Keerthy Committed by Sekhar Nori
Browse files

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: default avatarKeerthy <j-keerthy@ti.com>
Fixes: 2e38b946 ("ARM: davinci: da850: add GPIO DT node")
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent 1b6fe979
Loading
Loading
Loading
Loading
+1 −5
Original line number Original line Diff line number Diff line
@@ -549,11 +549,7 @@
			gpio-controller;
			gpio-controller;
			#gpio-cells = <2>;
			#gpio-cells = <2>;
			reg = <0x226000 0x1000>;
			reg = <0x226000 0x1000>;
			interrupts = <42 IRQ_TYPE_EDGE_BOTH
			interrupts = <42 43 44 45 46 47 48 49 50>;
				43 IRQ_TYPE_EDGE_BOTH 44 IRQ_TYPE_EDGE_BOTH
				45 IRQ_TYPE_EDGE_BOTH 46 IRQ_TYPE_EDGE_BOTH
				47 IRQ_TYPE_EDGE_BOTH 48 IRQ_TYPE_EDGE_BOTH
				49 IRQ_TYPE_EDGE_BOTH 50 IRQ_TYPE_EDGE_BOTH>;
			ti,ngpio = <144>;
			ti,ngpio = <144>;
			ti,davinci-gpio-unbanked = <0>;
			ti,davinci-gpio-unbanked = <0>;
			status = "disabled";
			status = "disabled";