summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeepak Kushwah <dkushwah@codeaurora.org>2017-05-16 14:34:56 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-06-08 02:26:46 -0700
commit8801c9a1eec097a329b3ae2ba56b84ab9bcb2ea7 (patch)
tree63f49babe42a2290b57e420dcf80a22dc8250b8f
parent8efb4552d1830d0b6a836949fd105a6a7548d1d0 (diff)
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>
-rw-r--r--arch/arm/boot/dts/qcom/sdm660-vidc.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm660-vidc.dtsi b/arch/arm/boot/dts/qcom/sdm660-vidc.dtsi
index 06b3be2d5c0a..588973fbd840 100644
--- a/arch/arm/boot/dts/qcom/sdm660-vidc.dtsi
+++ b/arch/arm/boot/dts/qcom/sdm660-vidc.dtsi
@@ -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;
};
};