Skip to content

Commit

Permalink
ARM: orion5x: update intc device tree node to new reg layout
Browse files Browse the repository at this point in the history
Future irqchip driver for Orion SoCs has a modified reg layout starting
from CAUSE register. The former DT irq driver stub just used what the
non-DT driver wants. Currently, orion5x is not ready for irqchip driver
because of legacy timer and missing DT clk provider. To ease future
conversion and just because orion-intc binding documentation already
reflects new reg layout, we convert orion5x DT now.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
  • Loading branch information
Sebastian Hesselbarth authored and Jason Cooper committed Jul 25, 2013
1 parent 15f1859 commit cabbd6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arch/arm/boot/dts/orion5x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
aliases {
gpio0 = &gpio0;
};

intc: interrupt-controller {
compatible = "marvell,orion-intc", "marvell,intc";
compatible = "marvell,orion-intc";
interrupt-controller;
#interrupt-cells = <1>;
reg = <0xf1020204 0x04>;
reg = <0xf1020200 0x08>;
};

ocp@f1000000 {
Expand Down

0 comments on commit cabbd6b

Please sign in to comment.