Re: [PATCH v3 4/8] ARM: dts: at91: sam9x60: Specify the FIFO size for the Flexcom UART

From: Claudiu.Beznea
Date: Fri Dec 16 2022 - 04:40:11 EST


On 13.12.2022 14:06, Durai Manickam KR wrote:
> From: Manikandan Muralidharan <manikandan.m@xxxxxxxxxxxxx>
>
> The UART submodule in Flexcom has 16-byte Transmit and Receive FIFOs.
>
> Signed-off-by: Manikandan Muralidharan <manikandan.m@xxxxxxxxxxxxx>

your sob should go here.

> ---
> arch/arm/boot/dts/sam9x60.dtsi | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/dts/sam9x60.dtsi b/arch/arm/boot/dts/sam9x60.dtsi
> index 9a5dcf8a2b74..94cbf2aec918 100644
> --- a/arch/arm/boot/dts/sam9x60.dtsi
> +++ b/arch/arm/boot/dts/sam9x60.dtsi
> @@ -208,6 +208,7 @@ AT91_XDMAC_DT_PER_IF(1) |
> clock-names = "usart";
> atmel,use-dma-rx;
> atmel,use-dma-tx;
> + atmel,fifo-size = <16>;
> status = "disabled";
> };
> };