summaryrefslogtreecommitdiff
path: root/arch/arm/mach-dove/include/mach/bridge-regs.h
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2012-06-29 11:25:58 +0400
committerArnd Bergmann <arnd@arndb.de>2012-07-04 12:37:34 +0400
commit1e0c1ce00d83834d03f4d8d039734ca4703298df (patch)
tree8ca81565e79af2a55679d27f75b8a8d44da4feac /arch/arm/mach-dove/include/mach/bridge-regs.h
parentd19550e5b8aecf6e4b93bfeeb3e8be70e49f5b0e (diff)
downloadlinux-1e0c1ce00d83834d03f4d8d039734ca4703298df.tar.xz
ARM: Orion: Fix WDT compile for Dove and MV78xx0
Commit 0fa1f0609a0c1fe8b2be3c0089a2cb48f7fda521 (ARM: Orion: Fix Virtual/Physical mixup with watchdog) broke the Dove & MV78xx0 build. Although these two SoC don't use the watchdog, the shared platform code still needs to build. Add the necessary defines. Cc: stable@vger.kernel.org Reported-by: Nicolas Pitre <nico@fluxnic.net> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Tested-by: Nicolas Pitre <nico@fluxnic.net> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-dove/include/mach/bridge-regs.h')
-rw-r--r--arch/arm/mach-dove/include/mach/bridge-regs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-dove/include/mach/bridge-regs.h b/arch/arm/mach-dove/include/mach/bridge-regs.h
index 226949dc4ac0..f953bb54aa9d 100644
--- a/arch/arm/mach-dove/include/mach/bridge-regs.h
+++ b/arch/arm/mach-dove/include/mach/bridge-regs.h
@@ -50,5 +50,6 @@
#define POWER_MANAGEMENT (BRIDGE_VIRT_BASE | 0x011c)
#define TIMER_VIRT_BASE (BRIDGE_VIRT_BASE | 0x0300)
+#define TIMER_PHYS_BASE (BRIDGE_PHYS_BASE | 0x0300)
#endif