arm64: dts: fsl-ls10xx: use generic dma node name
dma-controller is preferred for dma node. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
e56fdc60ac
commit
4a154e5ab9
3 changed files with 3 additions and 3 deletions
|
|
@ -465,7 +465,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
edma0: edma@2c00000 {
|
||||
edma0: dma-controller@2c00000 {
|
||||
#dma-cells = <2>;
|
||||
compatible = "fsl,vf610-edma";
|
||||
reg = <0x0 0x2c00000 0x0 0x10000>,
|
||||
|
|
|
|||
|
|
@ -784,7 +784,7 @@
|
|||
big-endian;
|
||||
};
|
||||
|
||||
edma0: edma@2c00000 {
|
||||
edma0: dma-controller@2c00000 {
|
||||
#dma-cells = <2>;
|
||||
compatible = "fsl,vf610-edma";
|
||||
reg = <0x0 0x2c00000 0x0 0x10000>,
|
||||
|
|
|
|||
|
|
@ -683,7 +683,7 @@
|
|||
big-endian;
|
||||
};
|
||||
|
||||
edma0: edma@2c00000 {
|
||||
edma0: dma-controller@2c00000 {
|
||||
#dma-cells = <2>;
|
||||
compatible = "fsl,vf610-edma";
|
||||
reg = <0x0 0x2c00000 0x0 0x10000>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue