linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nicolas Ferre <nicolas.ferre@microchip.com>
To: Eugen Hristev <eugen.hristev@microchip.com>,
	<linux-arm-kernel@lists.infradead.org>,
	<alexandre.belloni@bootlin.com>
Cc: <linux-kernel@vger.kernel.org>, <ludovic.desroches@microchip.com>
Subject: Re: [PATCH v2 2/2] ARM: at91: debug: add sama7g5 low level debug uart
Date: Fri, 16 Jul 2021 19:50:42 +0200	[thread overview]
Message-ID: <8f2c9199-cd9d-17f8-56f8-2c970c1844e8@microchip.com> (raw)
In-Reply-To: <20210409113116.482199-2-eugen.hristev@microchip.com>

On 09/04/2021 at 13:31, Eugen Hristev wrote:
> Add sama7g5 SoC debug uart on Flexcom3. This is the UART that the
> ROM bootloader uses.
> 
> Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
and queued in at91-soc branch for 5.15.

> ---
>   arch/arm/Kconfig.debug | 10 ++++++++++
>   1 file changed, 10 insertions(+)
> 
> diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
> index 9e0b5e7f12af..7598624ce6dd 100644
> --- a/arch/arm/Kconfig.debug
> +++ b/arch/arm/Kconfig.debug
> @@ -191,6 +191,14 @@ choice
>   		  their output to the USART1 port on SAMV7 based
>   		  machines.
>   
> +	config DEBUG_AT91_SAMA7G5_FLEXCOM3
> +		bool "Kernel low-level debugging on SAMA7G5 FLEXCOM3"
> +		select DEBUG_AT91_UART
> +		depends on SOC_SAMA7G5
> +		help
> +		  Say Y here if you want kernel low-level debugging support
> +		  on the FLEXCOM3 port of SAMA7G5.
> +
>   	config DEBUG_BCM2835
>   		bool "Kernel low-level debugging on BCM2835 PL011 UART"
>   		depends on ARCH_BCM2835 && ARCH_MULTI_V6
> @@ -1657,6 +1665,7 @@ config DEBUG_UART_PHYS
>   	default 0xd4017000 if DEBUG_MMP_UART2
>   	default 0xd4018000 if DEBUG_MMP_UART3
>   	default 0xe0000000 if DEBUG_SPEAR13XX
> +	default 0xe1824200 if DEBUG_AT91_SAMA7G5_FLEXCOM3
>   	default 0xe4007000 if DEBUG_HIP04_UART
>   	default 0xe6c40000 if DEBUG_RMOBILE_SCIFA0
>   	default 0xe6c50000 if DEBUG_RMOBILE_SCIFA1
> @@ -1718,6 +1727,7 @@ config DEBUG_UART_VIRT
>   	default 0xc8821000 if DEBUG_RV1108_UART1
>   	default 0xc8912000 if DEBUG_RV1108_UART0
>   	default 0xe0010fe0 if ARCH_RPC
> +	default 0xe0824200 if DEBUG_AT91_SAMA7G5_FLEXCOM3
>   	default 0xf0010000 if DEBUG_ASM9260_UART
>   	default 0xf0100000 if DEBUG_DIGICOLOR_UA0
>   	default 0xf01fb000 if DEBUG_NOMADIK_UART
> 


-- 
Nicolas Ferre

  reply	other threads:[~2021-07-16 17:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-09 11:31 [PATCH v2 1/2] ARM: at91: add new SoC sama7g5 Eugen Hristev
2021-04-09 11:31 ` [PATCH v2 2/2] ARM: at91: debug: add sama7g5 low level debug uart Eugen Hristev
2021-07-16 17:50   ` Nicolas Ferre [this message]
2021-07-16 17:50 ` [PATCH v2 1/2] ARM: at91: add new SoC sama7g5 Nicolas Ferre

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8f2c9199-cd9d-17f8-56f8-2c970c1844e8@microchip.com \
    --to=nicolas.ferre@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=eugen.hristev@microchip.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ludovic.desroches@microchip.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).