projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79796e8
)
arm64: dts: qcom: msm8939: Fix iommu local address range
author
Gaurav Kohli
<quic_gkohli@quicinc.com>
Sun, 17 Sep 2023 14:00:39 +0000
(19:30 +0530)
committer
Bjorn Andersson
<andersson@kernel.org>
Wed, 20 Sep 2023 18:16:26 +0000
(11:16 -0700)
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>
arch/arm64/boot/dts/qcom/msm8939.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/msm8939.dtsi
b/arch/arm64/boot/dts/qcom/msm8939.dtsi
index 715c86c217c5447c27bf5bac0379e6fb4212fa0e..324b5d26db4005aabf8fce357678d10ff60e4958 100644
(file)
--- 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 0x
4
0000>;
+ ranges = <0 0x01e20000 0x
2
0000>;
clocks = <&gcc GCC_SMMU_CFG_CLK>,
<&gcc GCC_APSS_TCU_CLK>;
clock-names = "iface", "bus";