Skip to content

Commit d0c72c7

Browse files
grygoriySTero Kristo
authored andcommitted
arm64: dts: ti: k3-j721e-main: rename smmu node to iommu
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 <[email protected]> Acked-by: Suman Anna <[email protected]> Signed-off-by: Tero Kristo <[email protected]>
1 parent 303d6f6 commit d0c72c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/ti/k3-j721e-main.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
9696
};
9797

98-
smmu0: smmu@36600000 {
98+
smmu0: iommu@36600000 {
9999
compatible = "arm,smmu-v3";
100100
reg = <0x0 0x36600000 0x0 0x100000>;
101101
interrupt-parent = <&gic500>;

0 commit comments

Comments
 (0)