diff options
author | 2023-09-17 19:30:39 +0530 | |
---|---|---|
committer | 2023-09-20 11:16:26 -0700 | |
commit | d40291e52d5ac4d0ff18ca433e84e6ddccc13427 (patch) | |
tree | 914063c22d517cd915459755779e6e1fcf6b364f | |
parent | arm64: dts: qcom: ipq5018: indicate that SDI should be disabled (diff) | |
download | wireguard-linux-d40291e52d5ac4d0ff18ca433e84e6ddccc13427.tar.xz wireguard-linux-d40291e52d5ac4d0ff18ca433e84e6ddccc13427.zip |
arm64: dts: qcom: msm8939: Fix iommu local address range
Fix the apps iommu local address space range as per data sheet.
Fixes: 61550c6c156c ("arm64: dts: qcom: Add msm8939 SoC")
Signed-off-by: Gaurav Kohli <quic_gkohli@quicinc.com>
Reviewed-by: Stephan Gerhold <stephan@gerhold.net>
Link: https://lore.kernel.org/r/20230917140039.25283-1-quic_gkohli@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8939.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8939.dtsi b/arch/arm64/boot/dts/qcom/msm8939.dtsi index 715c86c217c5..324b5d26db40 100644 --- a/arch/arm64/boot/dts/qcom/msm8939.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8939.dtsi @@ -1468,7 +1468,7 @@ apps_iommu: iommu@1ef0000 { compatible = "qcom,msm8916-iommu", "qcom,msm-iommu-v1"; reg = <0x01ef0000 0x3000>; - ranges = <0 0x01e20000 0x40000>; + ranges = <0 0x01e20000 0x20000>; clocks = <&gcc GCC_SMMU_CFG_CLK>, <&gcc GCC_APSS_TCU_CLK>; clock-names = "iface", "bus"; |