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

Commit 5ea13e43 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 8920"

parents 80703067 19849d73
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -950,7 +950,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
@@ -22,3 +22,7 @@
	qcom,board-id= <8 0>;
	qcom,pmic-id = <0x10019 0x020037 0x0 0x0>;
};

&mem_client_3_size {
	qcom,peripheral-size = <0x500000>;
};
+4 −0
Original line number Diff line number Diff line
@@ -22,3 +22,7 @@
	qcom,board-id= <8 0>;
	qcom,pmic-id = <0x10019 0x010011 0x0 0x0>;
};

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