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

Commit fb92ccb6 authored by Phanindra Babu Pabba's avatar Phanindra Babu Pabba Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update v3 memory map for scuba

TZ Apps region is reduced by 1 MB, corrected
base address and size change accordingly for
QSEECOM and SMCINVOKE.

Change-Id: I52fad57fb68ad04041c19c60192b84a6ed9690e0
parent 47f85f04
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -996,9 +996,9 @@
		qcom,op-freq-hz = <75000000>;
	};

	qcom_seecom: qseecom@a1700000 {
	qcom_seecom: qseecom@a1800000 {
		compatible = "qcom,qseecom";
		reg = <0xa1700000 0x2200000>;
		reg = <0xa1800000 0x2100000>;
		reg-names = "secapp-region";
		memory-region = <&qseecom_mem>;
		qcom,hlos-num-ce-hw-instances = <1>;
@@ -1033,9 +1033,9 @@
		qcom,qsee-reentrancy-support = <2>;
	};

	qcom_smcinvoke: smcinvoke@a1700000 {
	qcom_smcinvoke: smcinvoke@a1800000 {
		compatible = "qcom,smcinvoke";
		reg = <0xa1700000 0x2200000>;
		reg = <0xa1800000 0x2100000>;
		reg-names = "secapp-region";
	};