提交 cabbd6bd 编写于 作者: S Sebastian Hesselbarth 提交者: Jason Cooper

ARM: orion5x: update intc device tree node to new reg layout

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: NSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: NJason Cooper <jason@lakedaemon.net>
上级 15f18591
...@@ -16,11 +16,12 @@ ...@@ -16,11 +16,12 @@
aliases { aliases {
gpio0 = &gpio0; gpio0 = &gpio0;
}; };
intc: interrupt-controller { intc: interrupt-controller {
compatible = "marvell,orion-intc", "marvell,intc"; compatible = "marvell,orion-intc";
interrupt-controller; interrupt-controller;
#interrupt-cells = <1>; #interrupt-cells = <1>;
reg = <0xf1020204 0x04>; reg = <0xf1020200 0x08>;
}; };
ocp@f1000000 { ocp@f1000000 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册