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: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Thierry Reding 2015-01-08 13:24:33 +01:00
Родитель de47699d00
Коммит 2cda1880f8
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -140,7 +140,7 @@
};
};
timer@50004600 {
timer@50040600 {
compatible = "arm,cortex-a9-twd-timer";
reg = <0x50040600 0x20>;
interrupts = <GIC_PPI 13

Просмотреть файл

@ -225,7 +225,7 @@
};
};
timer@50004600 {
timer@50040600 {
compatible = "arm,cortex-a9-twd-timer";
reg = <0x50040600 0x20>;
interrupts = <GIC_PPI 13