arm64: dts: qcom: msm8916: Fix iommu local address range
authorGaurav Kohli <quic_gkohli@quicinc.com>
Fri, 15 Sep 2023 14:33:04 +0000 (20:03 +0530)
committerBjorn Andersson <andersson@kernel.org>
Sat, 16 Sep 2023 02:26:14 +0000 (19:26 -0700)
Fix the apps iommu local address space range as per data sheet.

Fixes: 6a6729f38436 ("arm64: dts: qcom: msm8916: Add IOMMU support")
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Tested-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Gaurav Kohli <quic_gkohli@quicinc.com>
Reviewed-by: Stephan Gerhold <stephan@gerhold.net>
Acked-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230915143304.477-1-quic_gkohli@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/msm8916.dtsi

index 33fb65d..3c93436 100644 (file)
                        #size-cells = <1>;
                        #iommu-cells = <1>;
                        compatible = "qcom,msm8916-iommu", "qcom,msm-iommu-v1";
-                       ranges = <0 0x01e20000 0x40000>;
+                       ranges = <0 0x01e20000 0x20000>;
                        reg = <0x01ef0000 0x3000>;
                        clocks = <&gcc GCC_SMMU_CFG_CLK>,
                                 <&gcc GCC_APSS_TCU_CLK>;