]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: imx6sll: Use 'dma-names'
authorFabio Estevam <festevam@gmail.com>
Mon, 8 Sep 2025 16:44:31 +0000 (13:44 -0300)
committerShawn Guo <shawnguo@kernel.org>
Thu, 11 Sep 2025 03:32:41 +0000 (11:32 +0800)
'dma-name' is not a valid property and causes the following dt-schema
warning:

dma-name: b'rx\x00tx\x00' is not of type 'object', 'integer', 'array', 'boolean', 'null'

Fix it by using 'dma-names' instead.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6sll.dtsi

index 8c5ca4f9b87fd6e5b37c2f7235ede43e7164c1e9..704870e8c10c1fbb8b0957f3dd24cb7fc4ec91b3 100644 (file)
                                        reg = <0x02034000 0x4000>;
                                        interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
                                        dmas = <&sdma 29 4 0>, <&sdma 30 4 0>;
-                                       dma-name = "rx", "tx";
+                                       dma-names = "rx", "tx";
                                        clocks = <&clks IMX6SLL_CLK_UART3_IPG>,
                                                 <&clks IMX6SLL_CLK_UART3_SERIAL>;
                                        clock-names = "ipg", "per";