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

Commit 8d16d6f5 authored by Prateek Sood's avatar Prateek Sood Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add venus pil node for sdmmagpie



Add  pil node to facilitate VENUS subsystem
loading for sdmmagpie.

Change-Id: I6e86f6f00dbabf70c6e3bc60b6f44e43380c7ced
Signed-off-by: default avatarPrateek Sood <prsood@codeaurora.org>
parent fda46d9b
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -2112,6 +2112,33 @@
		mboxes = <&qmp_aop 0>;
		mbox-names = "mss-pil";
	};

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

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

		clocks = <&clock_videocc VIDEO_CC_XO_CLK>,
			 <&clock_videocc VIDEO_CC_MVSC_CORE_CLK>,
			 <&clock_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>;
		qcom,msm-bus,name = "pil-venus";
		qcom,msm-bus,num-cases = <2>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps = <63 512 0 0>,
					    <63 512 0 304000>;
		qcom,proxy-timeout-ms = <100>;
		qcom,firmware-name = "venus";
		memory-region = <&pil_video_mem>;
	};
};

#include "sdmmagpie-pinctrl.dtsi"