arm64: dts: broadcom: align SMMU node names with DT schema

DT schema expects certain pattern for IOMMU/SMMU nodes:

  northstar2/ns2-svk.dtb: mmu@64000000: $nodename:0: 'mmu@64000000' does not match '^iommu@[0-9a-f]*'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Ray Jui <ray.jui@broadcom.com>
Link: https://lore.kernel.org/r/20221222092456.79203-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
Krzysztof Kozlowski 2022-12-22 10:24:56 +01:00 committed by Florian Fainelli
parent 1b929c02af
commit b76e1186a6
2 changed files with 2 additions and 2 deletions

View File

@ -294,7 +294,7 @@
clock-names = "apb_pclk";
};
smmu: mmu@64000000 {
smmu: iommu@64000000 {
compatible = "arm,mmu-500";
reg = <0x64000000 0x40000>;
#global-interrupts = <2>;

View File

@ -186,7 +186,7 @@
};
};
smmu: mmu@3000000 {
smmu: iommu@3000000 {
compatible = "arm,mmu-500";
reg = <0x03000000 0x80000>;
#global-interrupts = <1>;