mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
arm64: dts: msm: Enable SMMU S1 for msmnile_gvmq
Enable SMMU stage 1 translation for ap, wlan, uc context banks for msmnile_gvmq. Change-Id: If15a306cb03bde02e15f48b3d968d571d6ecf5c7 Signed-off-by: Akshay Pandit <pandit@codeaurora.org>
This commit is contained in:
parent
98bf49c039
commit
e81d2cba0f
@ -104,9 +104,9 @@
|
||||
qcom,use-ipa-tethering-bridge;
|
||||
qcom,use-64-bit-dma-mask;
|
||||
qcom,arm-smmu;
|
||||
qcom,smmu-fast-map;
|
||||
qcom,use-ipa-pm;
|
||||
qcom,bandwidth-vote-for-ipa;
|
||||
qcom,register-collection-on-crash;
|
||||
qcom,manual-fw-load;
|
||||
qcom,msm-bus,name = "ipa";
|
||||
qcom,msm-bus,num-cases = <5>;
|
||||
@ -152,13 +152,11 @@
|
||||
compatible = "qcom,ipa-smmu-ap-cb";
|
||||
iommus = <&apps_smmu 0x520 0x0>;
|
||||
qcom,iova-mapping = <0x20000000 0x40000000>;
|
||||
qcom,smmu-s1-bypass;
|
||||
};
|
||||
|
||||
ipa_smmu_wlan: ipa_smmu_wlan {
|
||||
compatible = "qcom,ipa-smmu-wlan-cb";
|
||||
iommus = <&apps_smmu 0x521 0x0>;
|
||||
qcom,smmu-s1-bypass;
|
||||
qcom,additional-mapping =
|
||||
/* ipa-uc ram */
|
||||
<0x1E60000 0x1E60000 0x80000>;
|
||||
@ -167,7 +165,6 @@
|
||||
ipa_smmu_uc: ipa_smmu_uc {
|
||||
compatible = "qcom,ipa-smmu-uc-cb";
|
||||
iommus = <&apps_smmu 0x522 0x0>;
|
||||
qcom,smmu-s1-bypass;
|
||||
qcom,iova-mapping = <0x40400000 0x1FC00000>;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user