Skip to content

Commit 0259d9e

Browse files
linuswolofj
authored andcommitted
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>
1 parent 4b0ed69 commit 0259d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-u300/include/mach/u300-regs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
#define U300_SPI_BASE (U300_FAST_PER_PHYS_BASE+0x6000)
9696

9797
/* 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)
9999

100100
/*
101101
* SLOW peripherals

0 commit comments

Comments
 (0)