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

Commit cb7be01e authored by Jeevan Shriram's avatar Jeevan Shriram
Browse files

ARM: dts: msm: Add SLPI PIL node for sdmshrike target



Add PIL node for SLPI for bringing out SLPI out of reset on sdmshrike
target.

Change-Id: Ie73b9097dc71a200d6548f58b69d93397164929f
Signed-off-by: default avatarJeevan Shriram <jshriram@codeaurora.org>
parent 452becbf
Loading
Loading
Loading
Loading
+41 −0
Original line number Diff line number Diff line
@@ -1117,6 +1117,47 @@
		qcom,smem-state-names = "qcom,force-stop";
	};

	qcom,ssc@5c00000 {
		compatible = "qcom,pil-tz-generic";
		reg = <0x5c00000 0x4000>;

		vdd_cx-supply = <&L8E_LEVEL>;
		vdd_mx-supply = <&L4E_LEVEL>;

		qcom,proxy-reg-names = "vdd_cx", "vdd_mx";
		qcom,keep-proxy-regs-on;

		clocks = <&clock_rpmh RPMH_CXO_CLK>;
		clock-names = "xo";
		qcom,proxy-clock-names = "xo";

		qcom,pas-id = <12>;
		qcom,proxy-timeout-ms = <10000>;
		qcom,smem-id = <424>;
		qcom,sysmon-id = <3>;
		qcom,ssctl-instance-id = <0x16>;
		qcom,firmware-name = "slpi";
		status = "ok";
		memory-region = <&pil_slpi_mem>;

		/* Inputs from ssc */
		interrupts-extended = <&pdc 0 494 1>,
			<&dsps_smp2p_in 0 0>,
			<&dsps_smp2p_in 2 0>,
			<&dsps_smp2p_in 1 0>,
			<&dsps_smp2p_in 3 0>;

		interrupt-names = "qcom,wdog",
			"qcom,err-fatal",
			"qcom,proxy-unvote",
			"qcom,err-ready",
			"qcom,stop-ack";

		/* Outputs to ssc */
		qcom,smem-states = <&dsps_smp2p_out 0>;
		qcom,smem-state-names = "qcom,force-stop";
	};

	wdog: qcom,wdt@17c10000 {
		compatible = "qcom,msm-watchdog";
		reg = <0x17c10000 0x1000>;