]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: debug: fix BCM2836 order entry
authorClément Peron <clement.peron@devialet.com>
Wed, 30 May 2018 13:19:56 +0000 (15:19 +0200)
committerFlorian Fainelli <f.fainelli@gmail.com>
Mon, 18 Jun 2018 16:30:14 +0000 (09:30 -0700)
Entries are sorted by their address value, except the BCM2836/KONA
which are not in the proper order.

Signed-off-by: Clément Peron <clement.peron@devialet.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/Kconfig.debug

index 28962a9bd2e61f91eefc675134ddaf8d62e19306..dd8db9582bdfb24fa17f9e443165337ddcc0609c 100644 (file)
@@ -1580,8 +1580,8 @@ config DEBUG_UART_PHYS
        default 0x20064000 if DEBUG_RK29_UART1 || DEBUG_RK3X_UART2
        default 0x20068000 if DEBUG_RK29_UART2 || DEBUG_RK3X_UART3
        default 0x20201000 if DEBUG_BCM2835
-       default 0x3f201000 if DEBUG_BCM2836
        default 0x3e000000 if DEBUG_BCM_KONA_UART
+       default 0x3f201000 if DEBUG_BCM2836
        default 0x4000e400 if DEBUG_LL_UART_EFM32
        default 0x40028000 if DEBUG_AT91_SAMV7_USART1
        default 0x40081000 if DEBUG_LPC18XX_UART0