[PATCH] ARM: dts: ls1021a: Use generic node name for DMA

Kuldeep Singh singh.kuldeep87k at gmail.com
Sun Aug 7 11:36:45 PDT 2022


DT spec expects generic DMA controller node name as "dma-controller" to
enable validations.

Signed-off-by: Kuldeep Singh <singh.kuldeep87k at gmail.com>
---
 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 at 2b60000 {
 			status = "disabled";
 		};
 
-		edma0: edma at 2c00000 {
+		edma0: dma-controller at 2c00000 {
 			#dma-cells = <2>;
 			compatible = "fsl,vf610-edma";
 			reg = <0x0 0x2c00000 0x0 0x10000>,
-- 
2.25.1




More information about the linux-arm-kernel mailing list