mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02: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 @@ pwm: pwm@208000 {
|
|||
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 @@ aipi1: bus@10000000 { /* AIPI1 */
|
|||
reg = <0x10000000 0x20000>;
|
||||
ranges;
|
||||
|
||||
dma: dma@10001000 {
|
||||
dma: dma-controller@10001000 {
|
||||
compatible = "fsl,imx27-dma";
|
||||
reg = <0x10001000 0x1000>;
|
||||
interrupts = <32>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user