ARM: dts: imx23/28: Fix the DMA controller node name
authorFabio Estevam <festevam@denx.de>
Thu, 7 Dec 2023 10:26:31 +0000 (07:26 -0300)
committerShawn Guo <shawnguo@kernel.org>
Thu, 14 Dec 2023 02:11:52 +0000 (10:11 +0800)
Per fsl,mxs-dma.yaml, the node name should be 'dma-controller'.

Change it to fix the following dt-schema warning.

imx28-apf28.dtb: dma-apbx@80024000: $nodename:0: 'dma-apbx@80024000' does not match '^dma-controller(@.*)?$'
from schema $id: http://devicetree.org/schemas/dma/fsl,mxs-dma.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/mxs/imx23.dtsi
arch/arm/boot/dts/nxp/mxs/imx28.dtsi

index 7d82c03ef4027cf02a460f34aa263c013e84a8e6..0309592af1e1eba8f767564a1fc663f6863f8a86 100644 (file)
                                status = "disabled";
                        };
 
-                       dma_apbx: dma-apbx@80024000 {
+                       dma_apbx: dma-controller@80024000 {
                                compatible = "fsl,imx23-dma-apbx";
                                reg = <0x80024000 0x2000>;
                                interrupts = <7>, <5>, <9>, <26>,
index 9817ef7c08802fb28dd479340fd555870f372b8d..4817fba2d938b97980e2fb44c33955f666c1cd4a 100644 (file)
                                status = "disabled";
                        };
 
-                       dma_apbx: dma-apbx@80024000 {
+                       dma_apbx: dma-controller@80024000 {
                                compatible = "fsl,imx28-dma-apbx";
                                reg = <0x80024000 0x2000>;
                                interrupts = <78>, <79>, <66>, <0>,