Skip to content

Commit 8d53ecf

Browse files
krzkMichal Simek
authored andcommitted
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: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20200629081744.13916-1-krzk@kernel.org
1 parent b4b6fb8 commit 8d53ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/xilinx/zynqmp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@
611611
power-domains = <&zynqmp_firmware PD_SD_1>;
612612
};
613613

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

0 commit comments

Comments
 (0)