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

Commit e71c756f authored by Saurabh Ambulkar's avatar Saurabh Ambulkar Committed by Shreyas K K
Browse files

ARM: dts: msm: Add lpass device node for PIL on SDMSHRIKE

Add PIL device tree node to load firmware images of lpass
on SDMSHRIKE.

Change-Id: Ic04366af333b8cb9292820539937df1d538c769d
parent 4e5cad47
Loading
Loading
Loading
Loading
+43 −1
Original line number Original line Diff line number Diff line
@@ -1463,7 +1463,6 @@
		qcom,dll-hsr-list = <0x0007642c 0x0 0x10 0x2C010800 0x80040868>;
		qcom,dll-hsr-list = <0x0007642c 0x0 0x10 0x2C010800 0x80040868>;


		qcom,devfreq,freq-table = <50000000 200000000>;
		qcom,devfreq,freq-table = <50000000 200000000>;

		status = "disabled";
		status = "disabled";


		qos0 {
		qos0 {
@@ -1477,6 +1476,49 @@
		};
		};
	};
	};


	qcom,lpass@17300000 {
		compatible = "qcom,pil-tz-generic";
		reg = <0x17300000 0x00100>;

		vdd_cx-supply = <&VDD_CX_LEVEL>;
		qcom,vdd_cx-uV-uA = <RPMH_REGULATOR_LEVEL_TURBO 0>;
		qcom,proxy-reg-names = "vdd_cx";

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

		qcom,pas-id = <1>;
		qcom,proxy-timeout-ms = <10000>;
		qcom,smem-id = <423>;
		qcom,sysmon-id = <1>;
		qcom,ssctl-instance-id = <0x14>;
		qcom,firmware-name = "adsp";
		memory-region = <&pil_adsp_mem>;
		qcom,signal-aop;
		qcom,complete-ramdump;
		qcom,pil-force-shutdown;

		/* Inputs from lpass */
		interrupts-extended = <&intc GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>,
				<&adsp_smp2p_in 0 0>,
				<&adsp_smp2p_in 2 0>,
				<&adsp_smp2p_in 1 0>,
				<&adsp_smp2p_in 3 0>;

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

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

		mboxes = <&qmp_aop 0>;
		mbox-names = "adsp-pil";
	};
};
};


#include "sdmshrike-pinctrl.dtsi"
#include "sdmshrike-pinctrl.dtsi"