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

Commit 78dee40e authored by Steven Cahail's avatar Steven Cahail
Browse files

ARM: dts: msm: Add G-Link SSR entry for secure processor for MSMCOBALT



The G-Link SSR entry for secure processor tells the G-Link SSR driver
which processors to notify when the secure processor restarts, and which
transport to use for the notifications.

Change-Id: I9da7c8836f320b0550e405e4f047abc3961a012f
Signed-off-by: default avatarSteven Cahail <scahail@codeaurora.org>
parent 07179574
Loading
Loading
Loading
Loading
+16 −4
Original line number Diff line number Diff line
@@ -309,7 +309,8 @@
		compatible = "qcom,glink_ssr";
		label = "modem";
		qcom,edge = "mpss";
		qcom,notify-edges = <&glink_lpass>, <&glink_dsps>, <&glink_rpm>;
		qcom,notify-edges = <&glink_lpass>, <&glink_dsps>, <&glink_rpm>,
					<&glink_spss>;
		qcom,xprt = "smem";
	};

@@ -317,7 +318,8 @@
		compatible = "qcom,glink_ssr";
		label = "adsp";
		qcom,edge = "lpass";
		qcom,notify-edges = <&glink_mpss>, <&glink_dsps>, <&glink_rpm>;
		qcom,notify-edges = <&glink_mpss>, <&glink_dsps>, <&glink_rpm>,
					<&glink_spss>;
		qcom,xprt = "smem";
	};

@@ -325,7 +327,8 @@
		compatible = "qcom,glink_ssr";
		label = "slpi";
		qcom,edge = "dsps";
		qcom,notify-edges = <&glink_mpss>, <&glink_lpass>, <&glink_rpm>;
		qcom,notify-edges = <&glink_mpss>, <&glink_lpass>, <&glink_rpm>,
					<&glink_spss>;
		qcom,xprt = "smem";
	};

@@ -334,10 +337,19 @@
		label = "rpm";
		qcom,edge = "rpm";
		qcom,notify-edges = <&glink_lpass>, <&glink_mpss>,
					<&glink_dsps>;
					<&glink_dsps>, <&glink_spss>;
		qcom,xprt = "smem";
	};

	glink_spss: qcom,glink-ssr-spss {
		compatible = "qcom,glink_ssr";
		label = "spss";
		qcom,edge = "spss";
		qcom,notify-edges = <&glink_mpss>, <&glink_lpass>,
				<&glink_dsps>, <&glink_rpm>;
		qcom,xprt = "mailbox";
	};

	qcom,glink-smem-native-xprt-modem@86000000 {
		compatible = "qcom,glink-smem-native-xprt";
		reg = <0x86000000 0x200000>,