Commit ebfaa1a9 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo
Browse files

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: default avatarFabio Estevam <festevam@denx.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 8fd256b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ pwm: pwm@208000 {
				clock-names = "ipg", "per";
			};

			dma: dma@209000 {
			dma: dma-controller@209000 {
				compatible = "fsl,imx1-dma";
				reg = <0x00209000 0x1000>;
				interrupts = <61 60>;
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ aipi1: bus@10000000 { /* AIPI1 */
			reg = <0x10000000 0x20000>;
			ranges;

			dma: dma@10001000 {
			dma: dma-controller@10001000 {
				compatible = "fsl,imx27-dma";
				reg = <0x10001000 0x1000>;
				interrupts = <32>;