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

Commit 719c2de5 authored by Manikanta Kanamarlapudi's avatar Manikanta Kanamarlapudi
Browse files

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

Add venus pil node to facilitate VENUS subsystem
loading for scuba target.

Change-Id: I3f0d0927c95aa3070e0375c965a482937a3f184a
parent d5cd9521
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
@@ -596,6 +596,35 @@
		qcom,smem-state-names = "qcom,force-stop";
	};

	qcom,venus@5ab0000 {
		compatible = "qcom,pil-tz-generic";
		reg = <0x5ab0000 0x20000>;

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

		clocks = <&gcc GCC_VIDEO_VENUS_CTL_CLK>,
			<&gcc GCC_VENUS_CTL_AXI_CLK>,
			<&gcc GCC_VIDEO_AHB_CLK>,
			<&gcc GCC_VIDEO_THROTTLE_CORE_CLK>;
		clock-names = "core_clk", "bus_clk", "iface_clk", "throttle_clk";
		qcom,proxy-clock-names = "core_clk", "bus_clk", "iface_clk", "throttle_clk";

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

		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>;
	};

	pil_modem: qcom,mss@6080000 {
		compatible = "qcom,pil-tz-generic";
		reg = <0x6080000 0x100>;