ARM: tegra: Fix unit address for Cortex-A9 TWD timer
authorThierry Reding <treding@nvidia.com>
Thu, 8 Jan 2015 12:24:33 +0000 (13:24 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 9 Jan 2015 10:45:15 +0000 (11:45 +0100)
The Cortex-A9 TWD timer has registers at address 0x50040600, but the
unit address was 50004600, most likely a typo.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra20.dtsi
arch/arm/boot/dts/tegra30.dtsi

index f76fe94267d6c34c4df0514384bede4aef2d9183..e5527f74269666cd96f38b4ec6c335639e7b9314 100644 (file)
                };
        };
 
-       timer@50004600 {
+       timer@50040600 {
                compatible = "arm,cortex-a9-twd-timer";
                reg = <0x50040600 0x20>;
                interrupts = <GIC_PPI 13
index 99475f6e76a3b5edd4b10c2dde8d73f06673ab2e..db4810df142c39b62655d674229325c7a577b194 100644 (file)
                };
        };
 
-       timer@50004600 {
+       timer@50040600 {
                compatible = "arm,cortex-a9-twd-timer";
                reg = <0x50040600 0x20>;
                interrupts = <GIC_PPI 13
This page took 0.027293 seconds and 5 git commands to generate.