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

Commit 9cb73cca authored by Dhoat Harpal's avatar Dhoat Harpal
Browse files

ARM: dts: msm: Add G-Link SSR device nodes for sdm670



SSR device nodes contain the list of subsystems to notify when an SSR for a
given subsystem occurs. This information enables G-Link to handle closing
and re-opening channels in the case of SSR.

CRs-Fixed: 2059063
Change-Id: I1205e590384c34caae735034be5c0a444be94279
Signed-off-by: default avatarDhoat Harpal <hdhoat@codeaurora.org>
parent 466ffcc8
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -769,6 +769,30 @@
		label = "cdsp";
	};

	glink_mpss: qcom,glink-ssr-modem {
		compatible = "qcom,glink_ssr";
		label = "modem";
		qcom,edge = "mpss";
		qcom,notify-edges = <&glink_lpass>, <&glink_cdsp>;
		qcom,xprt = "smem";
	};

	glink_lpass: qcom,glink-ssr-adsp {
		compatible = "qcom,glink_ssr";
		label = "adsp";
		qcom,edge = "lpass";
		qcom,notify-edges = <&glink_mpss>, <&glink_cdsp>;
		qcom,xprt = "smem";
	};

	glink_cdsp: qcom,glink-ssr-cdsp {
		compatible = "qcom,glink_ssr";
		label = "cdsp";
		qcom,edge = "cdsp";
		qcom,notify-edges = <&glink_mpss>, <&glink_lpass>;
		qcom,xprt = "smem";
	};

	qcom,chd_sliver {
		compatible = "qcom,core-hang-detect";
		label = "silver";