Sfoglia il codice sorgente

arm: Kirkwood: bugfix: UART1 bar correction

Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
Prafulla Wadaskar 16 anni fa
parent
commit
b996165f5a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      include/asm-arm/arch-kirkwood/kirkwood.h

+ 1 - 1
include/asm-arm/arch-kirkwood/kirkwood.h

@@ -45,7 +45,7 @@
 #define KW_REG_UNDOC_0x1478		(KW_REGISTER(0x1478))
 
 #define KW_UART0_BASE			(KW_REGISTER(0x12000))
-#define KW_UART1_BASE			(KW_REGISTER(0x13000))
+#define KW_UART1_BASE			(KW_REGISTER(0x12100))
 #define KW_MPP_BASE			(KW_REGISTER(0x10000))
 #define KW_GPIO0_BASE			(KW_REGISTER(0x10100))
 #define KW_GPIO1_BASE			(KW_REGISTER(0x10140))