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

Commit df996f03 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: Enable memory allocation for diag client for 8940"

parents 1299ca69 f41e3178
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1812,7 +1812,7 @@
			label = "modem";
		};

		qcom,client_3 {
		mem_client_3_size: qcom,client_3 {
			compatible = "qcom,memshare-peripheral";
			qcom,peripheral-size = <0x0>;
			qcom,client-id = <1>;
+4 −0
Original line number Diff line number Diff line
@@ -14,5 +14,9 @@
#include "msm8937-mtp.dtsi"
#include "msm8940-pinctrl.dtsi"

&mem_client_3_size {
	qcom,peripheral-size = <0x500000>;
};

&soc {
};