* [PATCH] ARM: tegra: Fix unit address for Cortex-A9 TWD timer
@ 2015-01-08 12:24 Thierry Reding
2015-01-09 10:46 ` Thierry Reding
0 siblings, 1 reply; 2+ messages in thread
From: Thierry Reding @ 2015-01-08 12:24 UTC (permalink / raw)
To: linux-arm-kernel
From: Thierry Reding <treding@nvidia.com>
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 | 2 +-
arch/arm/boot/dts/tegra30.dtsi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi
index 06e0576df697..943c80a3ec32 100644
--- a/arch/arm/boot/dts/tegra20.dtsi
+++ b/arch/arm/boot/dts/tegra20.dtsi
@@ -149,7 +149,7 @@
};
};
- timer at 50004600 {
+ timer at 50040600 {
compatible = "arm,cortex-a9-twd-timer";
reg = <0x50040600 0x20>;
interrupts = <GIC_PPI 13
diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi
index c43f59262a7c..92ec0ba59e92 100644
--- a/arch/arm/boot/dts/tegra30.dtsi
+++ b/arch/arm/boot/dts/tegra30.dtsi
@@ -233,7 +233,7 @@
};
};
- timer at 50004600 {
+ timer@50040600 {
compatible = "arm,cortex-a9-twd-timer";
reg = <0x50040600 0x20>;
interrupts = <GIC_PPI 13
--
2.1.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: tegra: Fix unit address for Cortex-A9 TWD timer
2015-01-08 12:24 [PATCH] ARM: tegra: Fix unit address for Cortex-A9 TWD timer Thierry Reding
@ 2015-01-09 10:46 ` Thierry Reding
0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2015-01-09 10:46 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Jan 08, 2015 at 01:24:33PM +0100, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
>
> 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 | 2 +-
> arch/arm/boot/dts/tegra30.dtsi | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
I've applied this to the for-3.20/dt branch.
Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150109/8c3d4a2f/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-09 10:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-08 12:24 [PATCH] ARM: tegra: Fix unit address for Cortex-A9 TWD timer Thierry Reding
2015-01-09 10:46 ` Thierry Reding
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).