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:
parent
8fd256b6e6
commit
ebfaa1a900
@ -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>;
|
||||
|
||||
@ -88,7 +88,7 @@
|
||||
reg = <0x10000000 0x20000>;
|
||||
ranges;
|
||||
|
||||
dma: dma@10001000 {
|
||||
dma: dma-controller@10001000 {
|
||||
compatible = "fsl,imx27-dma";
|
||||
reg = <0x10001000 0x1000>;
|
||||
interrupts = <32>;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user