[PATCH] arm64: dts: juno: align pl330 node name with dtschema

Krzysztof Kozlowski krzysztof.kozlowski at canonical.com
Sat Jan 29 09:56:21 PST 2022


Fixes dtbs_check warning:

  dma at 7ff00000: $nodename:0: 'dma at 7ff00000' does not match '^dma-controller(@.*)?$'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at canonical.com>
---
 arch/arm64/boot/dts/arm/juno-base.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/arm/juno-base.dtsi b/arch/arm64/boot/dts/arm/juno-base.dtsi
index 6288e104a089..af499049cb00 100644
--- a/arch/arm64/boot/dts/arm/juno-base.dtsi
+++ b/arch/arm64/boot/dts/arm/juno-base.dtsi
@@ -672,7 +672,7 @@ smmu_usb: iommu at 7fb30000 {
 		dma-coherent;
 	};
 
-	dma at 7ff00000 {
+	dma-controller at 7ff00000 {
 		compatible = "arm,pl330", "arm,primecell";
 		reg = <0x0 0x7ff00000 0 0x1000>;
 		#dma-cells = <1>;
-- 
2.32.0




More information about the linux-arm-kernel mailing list