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

Commit d65c5423 authored by Benoit Cousson's avatar Benoit Cousson
Browse files

arm/dts: OMAP3: Add interrupt-controller bindings for INTC



Update the DTS with the proper information required by the
INTC bindings.

- Add the number of interrupt lines
- Add the reg and the compatible entries.

Signed-off-by: default avatarBenoit Cousson <b-cousson@ti.com>
Acked-by: default avatarRob Herring <rob.herring@calxeda.com>
Acked-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 52fa2120
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -61,10 +61,12 @@
		ranges;
		ranges;
		ti,hwmods = "l3_main";
		ti,hwmods = "l3_main";


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


		uart1: serial@4806a000 {
		uart1: serial@4806a000 {