arm64: dts: xilinx: Align IOMMU nodename with dtschema
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 29 Jun 2020 08:17:44 +0000 (10:17 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 17 Aug 2020 10:10:09 +0000 (12:10 +0200)
Fix dtschema validator warnings like:
    smmu@fd800000: $nodename:0: 'smmu@fd800000' does not match '^iommu@[0-9a-f]*'

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200629081744.13916-1-krzk@kernel.org
arch/arm64/boot/dts/xilinx/zynqmp.dtsi

index a0aad47..3ec99f1 100644 (file)
                        power-domains = <&zynqmp_firmware PD_SD_1>;
                };
 
-               smmu: smmu@fd800000 {
+               smmu: iommu@fd800000 {
                        compatible = "arm,mmu-500";
                        reg = <0x0 0xfd800000 0x0 0x20000>;
                        status = "disabled";