DT spec expects generic DMA controller node name as "dma-controller" to
enable validations.
Signed-off-by: Kuldeep Singh <[email protected]>
---
arch/arm/boot/dts/ls1021a.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
index fa761620f073..7c5510e34494 100644
--- a/arch/arm/boot/dts/ls1021a.dtsi
+++ b/arch/arm/boot/dts/ls1021a.dtsi
@@ -647,7 +647,7 @@ sai2: sai@2b60000 {
status = "disabled";
};
- edma0: edma@2c00000 {
+ edma0: dma-controller@2c00000 {
#dma-cells = <2>;
compatible = "fsl,vf610-edma";
reg = <0x0 0x2c00000 0x0 0x10000>,
--
2.25.1
On Mon, Aug 08, 2022 at 12:06:45AM +0530, Kuldeep Singh wrote:
> DT spec expects generic DMA controller node name as "dma-controller" to
> enable validations.
>
> Signed-off-by: Kuldeep Singh <[email protected]>
Applied, thanks!