[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <b35e66b9-2748-4d2d-abcb-69c780df0912@tuxon.dev>
Date: Sun, 20 Oct 2024 18:34:01 +0300
From: Claudiu Beznea <claudiu.beznea@...on.dev>
To: Andrei Simion <andrei.simion@...rochip.com>, nicolas.ferre@...rochip.com,
alexandre.belloni@...tlin.com, robh@...nel.org, krzk+dt@...nel.org,
conor+dt@...nel.org
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org
Subject: Re: [PATCH v2] ARM: dts: microchip: sam9x60: Add missing property
atmel,usart-mode
On 12.09.2024 12:33, Andrei Simion wrote:
> Add the atmel,usart-mode property to the UART nodes. This ensures
> compliance with the atmel,at91-usart.yaml schema and resolves the errors
> below:
> serial@200: $nodename:0: 'serial@...' does not match
> '^spi(@.*|-([0-9]|[1-9][0-9]+))?$'
> serial@200: atmel,use-dma-rx: False schema does not allow True
> serial@200: atmel,use-dma-tx: False schema does not allow True
> serial@200: atmel,fifo-size: False schema does not allow [[16]]
>
> These errors indicate that the property
> atmel,usart-mode = <AT91_USART_MODE_SERIAL> is missing for
> UART nodes 0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, and 12.
>
> Fixes: 99c808335877 ("ARM: dts: at91: sam9x60: Add missing flexcom definitions")
> Acked-by: Nicolas Ferre <nicolas.ferre@...rochip.com>
> Signed-off-by: Andrei Simion <andrei.simion@...rochip.com>
Applied to at91-dt, thanks!
I moved the newly added properties near the other vendor specific
properties to cope with DT coding style. Please have a look and let me know
if something is wrong.
Powered by blists - more mailing lists