diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-04-26 09:29:55 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-04-26 20:07:38 -0400 |
commit | 0259d9eb30d003af305626db2d8332805696e60d (patch) | |
tree | ba5ac0a0442c5b61e83026117c3a5ff5540eff87 | |
parent | 4b0ed6967ef2ba4ff18d9a905c8dbdff29e02d10 (diff) |
ARM: u300: fix ages old copy/paste bug
The UART1 is on the fast AHB bridge, not on the slow bus.
Cc: stable@vger.kernel.org
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/mach-u300/include/mach/u300-regs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-u300/include/mach/u300-regs.h b/arch/arm/mach-u300/include/mach/u300-regs.h index 1e49d901f2c9..0320495efc4d 100644 --- a/arch/arm/mach-u300/include/mach/u300-regs.h +++ b/arch/arm/mach-u300/include/mach/u300-regs.h | |||
@@ -95,7 +95,7 @@ | |||
95 | #define U300_SPI_BASE (U300_FAST_PER_PHYS_BASE+0x6000) | 95 | #define U300_SPI_BASE (U300_FAST_PER_PHYS_BASE+0x6000) |
96 | 96 | ||
97 | /* Fast UART1 on U335 only */ | 97 | /* Fast UART1 on U335 only */ |
98 | #define U300_UART1_BASE (U300_SLOW_PER_PHYS_BASE+0x7000) | 98 | #define U300_UART1_BASE (U300_FAST_PER_PHYS_BASE+0x7000) |
99 | 99 | ||
100 | /* | 100 | /* |
101 | * SLOW peripherals | 101 | * SLOW peripherals |