From: Benoit Cousson Date: Fri, 25 Nov 2011 11:11:52 +0000 (+0100) Subject: arm/dts: OMAP4: Update DTS file with new GIC bindings X-Git-Tag: firefly_0821_release~3680^2~2832^2~2^2~23^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=958e767645bb7265beb582b6a9104b1931128c28;p=firefly-linux-kernel-4.4.55.git arm/dts: OMAP4: Update DTS file with new GIC bindings The GIC binding was updated in 3.2 and expects 3 interrupt-cells. - Update the #interrupt-cells Signed-off-by: Benoit Cousson Acked-by: Rob Herring --- diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 00e54d22344b..c089bdac3ad4 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -99,7 +99,7 @@ gic: interrupt-controller@48241000 { compatible = "arm,cortex-a9-gic"; interrupt-controller; - #interrupt-cells = <1>; + #interrupt-cells = <3>; reg = <0x48241000 0x1000>, <0x48240100 0x0100>; };