mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
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:
parent
1b929c02af
commit
b76e1186a6
@ -294,7 +294,7 @@
|
||||
clock-names = "apb_pclk";
|
||||
};
|
||||
|
||||
smmu: mmu@64000000 {
|
||||
smmu: iommu@64000000 {
|
||||
compatible = "arm,mmu-500";
|
||||
reg = <0x64000000 0x40000>;
|
||||
#global-interrupts = <2>;
|
||||
|
@ -186,7 +186,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
smmu: mmu@3000000 {
|
||||
smmu: iommu@3000000 {
|
||||
compatible = "arm,mmu-500";
|
||||
reg = <0x03000000 0x80000>;
|
||||
#global-interrupts = <1>;
|
||||
|
Loading…
Reference in New Issue
Block a user