Commit 8d53ecfb authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Michal Simek
Browse files

arm64: dts: xilinx: Align IOMMU nodename with dtschema



Fix dtschema validator warnings like:
    smmu@fd800000: $nodename:0: 'smmu@fd800000' does not match '^iommu@[0-9a-f]*'

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200629081744.13916-1-krzk@kernel.org
parent b4b6fb8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -611,7 +611,7 @@
			power-domains = <&zynqmp_firmware PD_SD_1>;
		};

		smmu: smmu@fd800000 {
		smmu: iommu@fd800000 {
			compatible = "arm,mmu-500";
			reg = <0x0 0xfd800000 0x0 0x20000>;
			status = "disabled";