arm64: dts: ti: k3-j721e-main: rename smmu node to iommu
authorGrygorii Strashko <grygorii.strashko@ti.com>
Fri, 26 Jun 2020 18:35:32 +0000 (21:35 +0300)
committerTero Kristo <t-kristo@ti.com>
Fri, 17 Jul 2020 07:27:32 +0000 (10:27 +0300)
Rename smmu node to iommu to fix dtbs_check warning:
 k3-j721e-common-proc-board.dt.yaml: smmu@36600000: $nodename:0: 'smmu@36600000' does not match '^iommu@[0-9a-f]*'

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Acked-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm64/boot/dts/ti/k3-j721e-main.dtsi

index bdeda70..d3e8e1a 100644 (file)
@@ -95,7 +95,7 @@
                        interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
                };
 
-               smmu0: smmu@36600000 {
+               smmu0: iommu@36600000 {
                        compatible = "arm,smmu-v3";
                        reg = <0x0 0x36600000 0x0 0x100000>;
                        interrupt-parent = <&gic500>;