Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8801c9a1 authored by Deepak Kushwah's avatar Deepak Kushwah Committed by Gerrit - the friendly Code Review server
Browse files

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: default avatarDeepak Kushwah <dkushwah@codeaurora.org>
parent 8efb4552
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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;
		};
	};