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

Commit 994dd8a3 authored by Marc Zyngier's avatar Marc Zyngier Committed by Jason Cooper
Browse files

DT: arm,gic: kill arm,routable-irqs

parent a5561c3e
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line Diff line number Diff line
@@ -56,11 +56,6 @@ Optional
  regions, used when the GIC doesn't have banked registers. The offset is
  regions, used when the GIC doesn't have banked registers. The offset is
  cpu-offset * cpu-nr.
  cpu-offset * cpu-nr.


- arm,routable-irqs : Total number of gic irq inputs which are not directly
		  connected from the peripherals, but are routed dynamically
		  by a crossbar/multiplexer preceding the GIC. The GIC irq
		  input line is assigned dynamically when the corresponding
		  peripheral's crossbar line is mapped.
Example:
Example:


	intc: interrupt-controller@fff11000 {
	intc: interrupt-controller@fff11000 {
@@ -68,7 +63,6 @@ Example:
		#interrupt-cells = <3>;
		#interrupt-cells = <3>;
		#address-cells = <1>;
		#address-cells = <1>;
		interrupt-controller;
		interrupt-controller;
		arm,routable-irqs = <160>;
		reg = <0xfff11000 0x1000>,
		reg = <0xfff11000 0x1000>,
		      <0xfff10100 0x100>;
		      <0xfff10100 0x100>;
	};
	};