Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: AM33xx: Correct gpio #interrupt-cells property

Following commit ff5c9059 and therefore other omap platforms using
the gpio-omap driver correct the #interrupt-cells property on am33xx
too. The omap gpio binding documentaion also states that
the #interrupt-cells property should be 2.

Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
Reviewed-by: Javier Martinez Canillas <javier@dowhile0.org>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>

authored by

Lars Poeschel and committed by
Benoit Cousson
5eac0eb7 6797cdbe

+4 -4
+4 -4
arch/arm/boot/dts/am33xx.dtsi
··· 111 111 gpio-controller; 112 112 #gpio-cells = <2>; 113 113 interrupt-controller; 114 - #interrupt-cells = <1>; 114 + #interrupt-cells = <2>; 115 115 reg = <0x44e07000 0x1000>; 116 116 interrupts = <96>; 117 117 }; ··· 122 122 gpio-controller; 123 123 #gpio-cells = <2>; 124 124 interrupt-controller; 125 - #interrupt-cells = <1>; 125 + #interrupt-cells = <2>; 126 126 reg = <0x4804c000 0x1000>; 127 127 interrupts = <98>; 128 128 }; ··· 133 133 gpio-controller; 134 134 #gpio-cells = <2>; 135 135 interrupt-controller; 136 - #interrupt-cells = <1>; 136 + #interrupt-cells = <2>; 137 137 reg = <0x481ac000 0x1000>; 138 138 interrupts = <32>; 139 139 }; ··· 144 144 gpio-controller; 145 145 #gpio-cells = <2>; 146 146 interrupt-controller; 147 - #interrupt-cells = <1>; 147 + #interrupt-cells = <2>; 148 148 reg = <0x481ae000 0x1000>; 149 149 interrupts = <62>; 150 150 };