[PATCH 1/2] ARM: dts: renesas: r9a06g032: Fix UART dma channel order

Miquel Raynal miquel.raynal at bootlin.com
Fri Feb 14 02:26:06 PST 2025


On 14/02/2025 at 10:42:03 +01, Geert Uytterhoeven <geert+renesas at glider.be> wrote:

> make dtbs_check:
>
>     arch/arm/boot/dts/renesas/r9a06g032-rzn1d400-db.dtb: serial at 50000000: dma-names:0: 'tx' was expected
> 	    from schema $id: http://devicetree.org/schemas/serial/snps-dw-apb-uart.yaml#
>     arch/arm/boot/dts/renesas/r9a06g032-rzn1d400-db.dtb: serial at 50000000: dma-names:1: 'rx' was expected
> 	    from schema $id: http://devicetree.org/schemas/serial/snps-dw-apb-uart.yaml#
>     ...
>
> The DT bindings specify a fixed order of the channels in the dmas and
> dma-names properties, while the Linux driver does not care.
> Get rid of the warnings by changing the order in the DTS to match the
> bindings.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas at glider.be>

Ouh, crap, indeed this needs fixing.

Reviewed-by: Miquel Raynal <miquel.raynal at bootlin.com>

Thanks
Miquèl



More information about the linux-arm-kernel mailing list