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

Commit 958e7676 authored by Benoit Cousson's avatar Benoit Cousson
Browse files

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: default avatarBenoit Cousson <b-cousson@ti.com>
Acked-by: default avatarRob Herring <rob.herring@calxeda.com>
parent ca59a5c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;
		};