ARM: dts: msm: Align CB size to 128MB for SDM660 and SDM630
Ensuring the CB size to be 128MB aligned, the bitmap will be page aligned i.e a 4k bitmap page can represent 4*1024*8 4k page i.e 128MB memory. Hence a 128MB aligned memory will always have bitmap at page boundary. Change-Id: I42e07e5b6b7a8a03e4c3abd2a37f5b1c7de15669 Signed-off-by: Deepak Kushwah <dkushwah@codeaurora.org>
This commit is contained in:
parent
8efb4552d1
commit
8801c9a1ee
1 changed files with 4 additions and 4 deletions
|
@ -209,7 +209,7 @@
|
|||
<&mmss_bimc_smmu 0x411>,
|
||||
<&mmss_bimc_smmu 0x431>;
|
||||
buffer-types = <0xfff>;
|
||||
virtual-addr-pool = <0x70800000 0x6f800000>;
|
||||
virtual-addr-pool = <0x79000000 0x60000000>;
|
||||
};
|
||||
|
||||
firmware_cb {
|
||||
|
@ -231,7 +231,7 @@
|
|||
<&mmss_bimc_smmu 0x529>,
|
||||
<&mmss_bimc_smmu 0x52b>;
|
||||
buffer-types = <0x241>;
|
||||
virtual-addr-pool = <0x4b000000 0x25800000>;
|
||||
virtual-addr-pool = <0x51000000 0x28000000>;
|
||||
qcom,secure-context-bank;
|
||||
};
|
||||
|
||||
|
@ -243,7 +243,7 @@
|
|||
<&mmss_bimc_smmu 0x510>,
|
||||
<&mmss_bimc_smmu 0x52c>;
|
||||
buffer-types = <0x106>;
|
||||
virtual-addr-pool = <0x25800000 0x25800000>;
|
||||
virtual-addr-pool = <0x29000000 0x28000000>;
|
||||
qcom,secure-context-bank;
|
||||
};
|
||||
|
||||
|
@ -260,7 +260,7 @@
|
|||
<&mmss_bimc_smmu 0x52d>,
|
||||
<&mmss_bimc_smmu 0x540>;
|
||||
buffer-types = <0x480>;
|
||||
virtual-addr-pool = <0x1000000 0x24800000>;
|
||||
virtual-addr-pool = <0x1000000 0x28000000>;
|
||||
qcom,secure-context-bank;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue