[PATCH 1/3] ARM: dts: exynos: update dma nodename for exynos3250

Alim Akhtar alim.akhtar at samsung.com
Sat Jan 29 23:55:18 PST 2022


Currently dma node name does not matches the pl330
dt schema and make dtbs_check report below warning

'pdma at 12680000' does not match '^dma-controller(@.*)?$'

Update the dma node name to match pl330 dt schema

Signed-off-by: Alim Akhtar <alim.akhtar at samsung.com>
---
 arch/arm/boot/dts/exynos3250.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
index a10b789d8acf..ae644315855d 100644
--- a/arch/arm/boot/dts/exynos3250.dtsi
+++ b/arch/arm/boot/dts/exynos3250.dtsi
@@ -421,7 +421,7 @@ exynos_usbphy: exynos-usbphy at 125b0000 {
 			status = "disabled";
 		};
 
-		pdma0: pdma at 12680000 {
+		pdma0: dma-controller at 12680000 {
 			compatible = "arm,pl330", "arm,primecell";
 			reg = <0x12680000 0x1000>;
 			interrupts = <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;
@@ -432,7 +432,7 @@ pdma0: pdma at 12680000 {
 			#dma-requests = <32>;
 		};
 
-		pdma1: pdma at 12690000 {
+		pdma1: dma-controller at 12690000 {
 			compatible = "arm,pl330", "arm,primecell";
 			reg = <0x12690000 0x1000>;
 			interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>;
-- 
2.25.1




More information about the linux-arm-kernel mailing list