From: Clément Peron Date: Wed, 30 May 2018 13:19:56 +0000 (+0200) Subject: ARM: debug: fix BCM2836 order entry X-Git-Tag: v4.19-rc1~47^2~15^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f3f49e42c119f6fc7cd06ddae495915cf9f65654;p=thirdparty%2Fkernel%2Flinux.git ARM: debug: fix BCM2836 order entry Entries are sorted by their address value, except the BCM2836/KONA which are not in the proper order. Signed-off-by: Clément Peron Signed-off-by: Florian Fainelli --- diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 28962a9bd2e61..dd8db9582bdfb 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -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