mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: Reduce smmu memory mapping for storage
Reduce smmu memory mapping for storage from 1GB to 256MB to reduce ddr foot print from 2MB to .5MB. Change-Id: I4cbbe24dd01d50fe11a067f0e019e8df551460f4
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
9bf247ea29
commit
a40ab24306
@@ -1490,8 +1490,8 @@
|
||||
dma-coherent;
|
||||
qcom,iommu-dma = "fastmap";
|
||||
|
||||
qcom,iommu-dma-addr-pool = <0x40000000 0x40000000>;
|
||||
qcom,iommu-geometry = <0x40000000 0x40000000>;
|
||||
qcom,iommu-dma-addr-pool = <0x40000000 0x10000000>;
|
||||
qcom,iommu-geometry = <0x40000000 0x10000000>;
|
||||
|
||||
interconnects = <&aggre1_noc MASTER_SDCC_1 &mc_virt SLAVE_EBI1>,
|
||||
<&gem_noc MASTER_APPSS_PROC &cnoc2 SLAVE_SDC1>;
|
||||
@@ -1553,8 +1553,8 @@
|
||||
dma-coherent;
|
||||
qcom,iommu-dma = "fastmap";
|
||||
|
||||
qcom,iommu-dma-addr-pool = <0x40000000 0x40000000>;
|
||||
qcom,iommu-geometry = <0x40000000 0x40000000>;
|
||||
qcom,iommu-dma-addr-pool = <0x40000000 0x10000000>;
|
||||
qcom,iommu-geometry = <0x40000000 0x10000000>;
|
||||
|
||||
interconnects = <&aggre2_noc MASTER_SDCC_2 &mc_virt SLAVE_EBI1>,
|
||||
<&gem_noc MASTER_APPSS_PROC &cnoc2 SLAVE_SDCC_2>;
|
||||
@@ -2013,8 +2013,8 @@
|
||||
qcom,iommu-dma = "fastmap";
|
||||
dma-coherent;
|
||||
|
||||
qcom,iommu-dma-addr-pool = <0x40000000 0x40000000>;
|
||||
qcom,iommu-geometry = <0x40000000 0x40000000>;
|
||||
qcom,iommu-dma-addr-pool = <0x40000000 0x10000000>;
|
||||
qcom,iommu-geometry = <0x40000000 0x10000000>;
|
||||
|
||||
status = "disabled";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user