Message ID | 20230915050611.30451-1-quic_gkohli@quicinc.com |
---|---|
State | Accepted |
Commit | 2de8ee9f58fa51f707c71f8fbcd8470ab0078102 |
Headers | show |
Series | arm64: dts: qcom: msm8916: Fix iommu local address range | expand |
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi index 33fb65d73104..3c934363368c 100644 --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi @@ -1813,7 +1813,7 @@ #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>;
Fix the apps iommu local address space range as per data sheet. Fixes: 327c0f5f2510 ("arm64: dts: qcom: msm8916: Sort nodes") Signed-off-by: Gaurav Kohli <quic_gkohli@quicinc.com>