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

Commit 17e70009 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Update v5 memory map for scuba"

parents 6bd62eac cb96bd68
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -36,11 +36,11 @@
};

&soc {
	qcom_seecom: qseecom@a1800000 {
		reg = <0xa1800000 0x700000>;
	qcom_seecom: qseecom@61800000 {
		reg = <0x61800000 0x700000>;
	};

	qcom_smcinvoke: smcinvoke@a1800000 {
		reg = <0xa1800000 0x700000>;
	qcom_smcinvoke: smcinvoke@61800000 {
		reg = <0x61800000 0x700000>;
	};
};
+4 −4
Original line number Diff line number Diff line
@@ -988,9 +988,9 @@
		qcom,op-freq-hz = <75000000>;
	};

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

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