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

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

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

Enable PIL device tree nodes to load firmware images of
venus, lpasss, turing on SM6150.

Change-Id: I64ce4f777adf264c060ba2dab777bc690c90efef
parent 3a6586d2
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -3,3 +3,17 @@
&qupv3_0 {
	status = "ok";
};

&soc {
	qcom,lpass@62400000 {
	status = "ok";
	};

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

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