提交 f2032f24 编写于 作者: M Masahiro Yamada 提交者: Olof Johansson

ARM: dts: UniPhier: fix PPI interrupt CPU mask of timer nodes

This SoC is integrated with 4 Cortex-A9 cores.  The GIC bindings
document says that the bits[15:8] of the 3rd cell of the interrupts
property represents PPI interrupt CPU mask.  Because the timer
interrupts are wired to all of the 4 cores, bits[15:8] should be set
to 0xf.
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: NOlof Johansson <olof@lixom.net>
上级 62060a35
...@@ -249,14 +249,14 @@ ...@@ -249,14 +249,14 @@
timer@60000200 { timer@60000200 {
compatible = "arm,cortex-a9-global-timer"; compatible = "arm,cortex-a9-global-timer";
reg = <0x60000200 0x20>; reg = <0x60000200 0x20>;
interrupts = <1 11 0x304>; interrupts = <1 11 0xf04>;
clocks = <&arm_timer_clk>; clocks = <&arm_timer_clk>;
}; };
timer@60000600 { timer@60000600 {
compatible = "arm,cortex-a9-twd-timer"; compatible = "arm,cortex-a9-twd-timer";
reg = <0x60000600 0x20>; reg = <0x60000600 0x20>;
interrupts = <1 13 0x304>; interrupts = <1 13 0xf04>;
clocks = <&arm_timer_clk>; clocks = <&arm_timer_clk>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册