mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
arm64: dts: qcom: msm8953: correct IOMMU unit address
[ Upstream commit1c06b93461
] Match unit-address to reg entry to fix dtbs W=1 warnings: Warning (simple_bus_reg): /soc@0/iommu@1e00000: simple-bus unit address format error, expected "1e20000" Fixes:c0b9575a36
("arm64: dts: qcom: msm8953: add APPS IOMMU") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230419211856.79332-5-krzysztof.kozlowski@linaro.org Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
473024132d
commit
402feaa3ab
@ -1002,7 +1002,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
apps_iommu: iommu@1e00000 {
|
||||
apps_iommu: iommu@1e20000 {
|
||||
compatible = "qcom,msm8953-iommu", "qcom,msm-iommu-v1";
|
||||
ranges = <0 0x01e20000 0x20000>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user