]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: 7827/1: highbank: fix debug uart virtual address for LPAE
authorRob Herring <rob.herring@calxeda.com>
Tue, 27 Aug 2013 13:32:49 +0000 (14:32 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 2 Sep 2013 12:48:38 +0000 (13:48 +0100)
Section entries are 2MB on LPAE, so the DEBUG_LL virtual address must
have the same offset in the 2MB section as the physical address. This
fixes async external aborts when DEBUG_LL is enabled on Midway.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig.debug

index d739d47fce56da1637d4ac3d3bac482df6854ec1..450aa9c7f8254ba7b7bd2baee0aa802050aea9f5 100644 (file)
@@ -1005,7 +1005,7 @@ config DEBUG_UART_VIRT
        default 0xfee003f8 if FOOTBRIDGE
        default 0xfee08300 if DEBUG_DAVINCI_TNETV107X_UART1
        default 0xfee20000 if DEBUG_NSPIRE_CLASSIC_UART || DEBUG_NSPIRE_CX_UART
-       default 0xfee36000 if DEBUG_HIGHBANK_UART
+       default 0xfef36000 if DEBUG_HIGHBANK_UART
        default 0xfee82340 if ARCH_IOP13XX
        default 0xfef00000 if ARCH_IXP4XX && !CPU_BIG_ENDIAN
        default 0xfef00003 if ARCH_IXP4XX && CPU_BIG_ENDIAN