Merge e5d06bd779
on remote branch
Change-Id: I3a06c9b65ff212d47135caacdc0e5241cc6155a0
This commit is contained in:
28
sun-ipa.dtsi
28
sun-ipa.dtsi
@@ -44,10 +44,32 @@
|
||||
|
||||
/* Low Latency pipe alloc factor */
|
||||
qcom,ipa-gen-rx-ll-pool-sz-factor = <1>;
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
};
|
||||
|
||||
&soc {
|
||||
ipa_smmu_ap_partition: ipa_smmu_ap_partition {
|
||||
iommu-addresses = <&ipa_smmu_ap 0x0 0x0 0x0 0x20000000>,
|
||||
<&ipa_smmu_ap 0x0 0x40000000 0xFFFFFFFF 0xC0000000>;
|
||||
};
|
||||
|
||||
ipa_smmu_uc_partition: ipa_smmu_uc_partition {
|
||||
iommu-addresses = <&ipa_smmu_uc 0x0 0x0 0x0 0x20000000>,
|
||||
<&ipa_smmu_uc 0x0 0x40000000 0xFFFFFFFF 0xC0000000>;
|
||||
};
|
||||
};
|
||||
|
||||
&ipa_smmu_ap {
|
||||
qcom,additional-mapping =
|
||||
/* modem tables in IMEM */
|
||||
<0x14683000 0x14683000 0x2000>;
|
||||
/delete-property/ qcom,iommu-dma-addr-pool;
|
||||
memory-region = <&ipa_smmu_ap_partition>;
|
||||
qcom,additional-mapping =
|
||||
/* modem tables in IMEM */
|
||||
<0x14683000 0x14683000 0x2000>;
|
||||
qcom,ipa-q6-smem-size = <55296>;
|
||||
};
|
||||
|
||||
&ipa_smmu_uc {
|
||||
/delete-property/ qcom,iommu-dma-addr-pool;
|
||||
memory-region = <&ipa_smmu_uc_partition>;
|
||||
};
|
||||
|
Reference in New Issue
Block a user