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

Commit 65320c04 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: Add support for MODEM PIL on sdm855" into msm-next

parents 0d19839c 80d140d5
Loading
Loading
Loading
Loading
+39 −0
Original line number Original line Diff line number Diff line
@@ -553,6 +553,45 @@
		#reset-cells = <1>;
		#reset-cells = <1>;
	};
	};


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

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

		vdd_cx-supply = <&pm855_s1_level>;
		qcom,proxy-reg-names = "vdd_cx";

		qcom,firmware-name = "modem";
		memory-region = <&pil_modem_mem>;
		qcom,proxy-timeout-ms = <10000>;
		qcom,sysmon-id = <0>;
		qcom,ssctl-instance-id = <0x12>;
		qcom,pas-id = <0>;
		qcom,smem-id = <421>;

		/* Inputs from mss */
		interrupts-extended = <&intc 0 266 1>,
				<&modem_smp2p_in 2 0>,
				<&modem_smp2p_in 1 0>,
				<&modem_smp2p_in 3 0>,
				<&modem_smp2p_in 0 0>,
				<&modem_smp2p_in 7 0>;

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

		/* Outputs from mss */
		qcom,smem-states = <&modem_smp2p_out 0>;
		qcom,smem-state-names = "qcom,force-stop";
	};

	kryo-erp {
	kryo-erp {
		compatible = "arm,arm64-kryo-cpu-erp";
		compatible = "arm,arm64-kryo-cpu-erp";
		interrupts = <1 6 4>,
		interrupts = <1 6 4>,