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

Commit c1eb933e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Change modem carveout size for apq8016"

parents ea8f7afb 9922c941
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -20,6 +20,16 @@
	compatible = "qcom,apq8016", "qcom,mtp";
	qcom,msm-id = <247 0>;
	qcom,board-id = <8 1>;

	memory {
		modem_adsp_mem: modem_adsp_region@0 {
			reg = <0x0 0x86800000 0x0 0x02b00000>;
		};

		peripheral_mem: pheripheral_region@0 {
			reg = <0x0 0x89300000 0x0 0x0600000>;
		};
	};
};

&soc {
+10 −0
Original line number Diff line number Diff line
@@ -20,4 +20,14 @@
	compatible = "qcom,apq8016", "qcom,mtp";
	qcom,msm-id = <247 0>;
	qcom,board-id = <8 0>;

	memory {
		modem_adsp_mem: modem_adsp_region@0 {
			reg = <0x0 0x86800000 0x0 0x02b00000>;
		};

		peripheral_mem: pheripheral_region@0 {
			reg = <0x0 0x89300000 0x0 0x0600000>;
		};
	};
};