1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-12 01:20:14 +00:00

ARM: dts: imx1/imx27: Use dma-controller as node name

According to fsl,imx-dma.yaml, the node name must be dma-controller.

Change it accordingly to fix the following dt-schema warnings:

'dma@10001000' does not match '^dma-controller(@.*)?$'

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Fabio Estevam 2024-08-07 13:51:11 -03:00 committed by Shawn Guo
parent 8fd256b6e6
commit ebfaa1a900
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@
clock-names = "ipg", "per";
};
dma: dma@209000 {
dma: dma-controller@209000 {
compatible = "fsl,imx1-dma";
reg = <0x00209000 0x1000>;
interrupts = <61 60>;

View File

@ -88,7 +88,7 @@
reg = <0x10000000 0x20000>;
ranges;
dma: dma@10001000 {
dma: dma-controller@10001000 {
compatible = "fsl,imx27-dma";
reg = <0x10001000 0x1000>;
interrupts = <32>;