提交 2cda1880 编写于 作者: T Thierry Reding

ARM: tegra: Fix unit address for Cortex-A9 TWD timer

The Cortex-A9 TWD timer has registers at address 0x50040600, but the
unit address was 50004600, most likely a typo.
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 de47699d
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
}; };
}; };
timer@50004600 { timer@50040600 {
compatible = "arm,cortex-a9-twd-timer"; compatible = "arm,cortex-a9-twd-timer";
reg = <0x50040600 0x20>; reg = <0x50040600 0x20>;
interrupts = <GIC_PPI 13 interrupts = <GIC_PPI 13
......
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
}; };
}; };
timer@50004600 { timer@50040600 {
compatible = "arm,cortex-a9-twd-timer"; compatible = "arm,cortex-a9-twd-timer";
reg = <0x50040600 0x20>; reg = <0x50040600 0x20>;
interrupts = <GIC_PPI 13 interrupts = <GIC_PPI 13
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册