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

Commit cab82b76 authored by Felipe Balbi's avatar Felipe Balbi Committed by Tony Lindgren
Browse files

arm: boot: dts: am33xx/omap3: fix intc compatible flag



that way, our intc driver can figure out how
many IRQ lines INTC has.

Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 470f30de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@
		};

		intc: interrupt-controller@48200000 {
			compatible = "ti,omap2-intc";
			compatible = "ti,am33xx-intc";
			interrupt-controller;
			#interrupt-cells = <1>;
			ti,intc-size = <128>;
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@
		};

		intc: interrupt-controller@48200000 {
			compatible = "ti,omap2-intc";
			compatible = "ti,omap3-intc";
			interrupt-controller;
			#interrupt-cells = <1>;
			ti,intc-size = <96>;