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

Commit bcd55c9c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Enable device nodes for PIL on SDMSHRIKE"

parents 351abb05 3db82568
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -25,3 +25,26 @@

	status = "ok";
};

&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";
	};
};
+26 −0
Original line number Diff line number Diff line
@@ -1615,6 +1615,32 @@
		mboxes = <&qmp_aop 0>;
		mbox-names = "spss-pil";
	};

	qcom,venus@aae0000 {
		compatible = "qcom,pil-tz-generic";
		reg = <0xaae0000 0x4000>;

		vdd-supply = <&mvsc_gdsc>;
		qcom,proxy-reg-names = "vdd";
		qcom,complete-ramdump;

		clocks = <&videocc VIDEO_CC_XO_CLK>,
				<&videocc VIDEO_CC_MVSC_CORE_CLK>,
				<&videocc VIDEO_CC_IRIS_AHB_CLK>;
		clock-names = "xo", "core", "ahb";
		qcom,proxy-clock-names = "xo",  "core", "ahb";

		qcom,core-freq = <200000000>;
		qcom,ahb-freq = <200000000>;

		qcom,pas-id = <9>;
		interconnect-names = "pil-venus";
		interconnects = <&mmss_noc MASTER_VIDEO_P0
				&mc_virt SLAVE_EBI1>;
		qcom,proxy-timeout-ms = <100>;
		qcom,firmware-name = "venus";
		memory-region = <&pil_video_mem>;
	};
};

#include "sdmshrike-pinctrl.dtsi"