]> Gentwo Git Trees - linux/.git/commit
ARM: dts: renesas: r9a06g032: Fix UART dma channel order
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 14 Feb 2025 09:42:03 +0000 (10:42 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 21 Feb 2025 15:23:01 +0000 (16:23 +0100)
commit5f7ebb81112c3f50ffbb8e576e4d35cedd8aabb1
tree5f90c776beca1a80a7a1c9680e21f53d2fcfe4f4
parent624b2a23d46abc5ca5f336598dfe8c339a964aae
ARM: dts: renesas: r9a06g032: Fix UART dma channel order

make dtbs_check:

    arch/arm/boot/dts/renesas/r9a06g032-rzn1d400-db.dtb: serial@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@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@glider.be>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/bcb604ad6e567de4e0410756ba840c82a32ff7d3.1739525488.git.geert+renesas@glider.be
arch/arm/boot/dts/renesas/r9a06g032.dtsi