Commit 95e6f846 authored by Bjorn Andersson's avatar Bjorn Andersson

arm64: dts: qcom: sdm845: Limit ipa iommu streams

The Android and Windows firmware does not accept the use of 3 as a mask
to cover the IPA streams. But with 0x721 being related to WiFi and 0x723
being unsed the mapping can be reduced to just cover 0x720 and 0x722,
which is accepted.
Acked-by: default avatarAlex Elder <elder@linaro.org>
Tested-by: default avatarAlex Elder <elder@linaro.org>
Fixes: e9e89c45 ("arm64: dts: sdm845: add IPA iommus property")
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20201123052305.157686-1-bjorn.andersson@linaro.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent e9fd12df
......@@ -2143,7 +2143,8 @@ ufs_mem_phy_lanes: lanes@1d87400 {
ipa: ipa@1e40000 {
compatible = "qcom,sdm845-ipa";
iommus = <&apps_smmu 0x720 0x3>;
iommus = <&apps_smmu 0x720 0x0>,
<&apps_smmu 0x722 0x0>;
reg = <0 0x1e40000 0 0x7000>,
<0 0x1e47000 0 0x2000>,
<0 0x1e04000 0 0x2c000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment