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

Commit 670c302f authored by Manoj Prabhu B's avatar Manoj Prabhu B
Browse files

ARM: dts: msm: Enable memory allocation for diag on cobalt



The new diag client requires additional memory from hlos. This
patch caters to diag memory requirement.

CRs-Fixed: 1079523
Change-Id: Ia291140cd815589caca0eec5ab280961891ba064
Signed-off-by: default avatarManoj Prabhu B <bmanoj@codeaurora.org>
parent b67bb93f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -459,6 +459,10 @@
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
};

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

&pmicobalt_haptics {
	status = "okay";
};
+26 −0
Original line number Diff line number Diff line
@@ -2147,6 +2147,32 @@
		qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_2_out 0 0>;
	};

	qcom,memshare {
		compatible = "qcom,memshare";

		qcom,client_1 {
			compatible = "qcom,memshare-peripheral";
			qcom,peripheral-size = <0x200000>;
			qcom,client-id = <0>;
			qcom,allocate-boot-time;
			label = "modem";
		};

		qcom,client_2 {
			compatible = "qcom,memshare-peripheral";
			qcom,peripheral-size = <0x300000>;
			qcom,client-id = <2>;
			label = "modem";
		};

		mem_client_3_size: qcom,client_3 {
			compatible = "qcom,memshare-peripheral";
			qcom,peripheral-size = <0x0>;
			qcom,client-id = <1>;
			label = "modem";
		};
	};

	pil_modem: qcom,mss@4080000 {
		compatible = "qcom,pil-q6v55-mss";
		reg = <0x4080000 0x100>,