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

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

ARM: dts: msm: Enable device nodes for PIL on SM8150

Enable PIL device tree nodes to load firmware images of
venus, npu, lpass, spss, on sa8155.

Change-Id: I8a5915e57fa208b6bc28475f0d097398f0b6afe5
parent 3b0b3c18
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -61,3 +61,26 @@
&pil_modem {
	status = "disabled";
};

&soc {
	qcom,lpass@17300000 {
		status = "ok";
		qcom,pil-force-shutdown;
	};

	qcom,turing@8300000 {
		status = "ok";
	};

	qcom,venus@aae0000 {
		status = "ok";
	};

	qcom,spss@1880000 {
		status = "ok";
	};

	qcom,npu@9800000 {
		status = "ok";
	};
};