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

Commit 985a99da authored by Gaurav Kohli's avatar Gaurav Kohli Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add support for Venus PIL on sdm670



Add support for Venus PIL which facilitates the loading
of Venus firmware, authentication and bringing it
out of reset.

Change-Id: I901e6681b4b04ba598f0479ccf96c0f3108664ca
Signed-off-by: default avatarGaurav Kohli <gkohli@codeaurora.org>
parent 95040720
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -1734,6 +1734,32 @@
			memory-region = <&pil_mba_mem>;
		};
	};

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

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

		clocks = <&clock_videocc VIDEO_CC_VENUS_CTL_CORE_CLK>,
			 <&clock_videocc VIDEO_CC_VENUS_AHB_CLK>,
			 <&clock_videocc VIDEO_CC_VENUS_CTL_AXI_CLK>;
		clock-names = "core_clk", "iface_clk", "bus_clk";
		qcom,proxy-clock-names = "core_clk", "iface_clk", "bus_clk";

		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>;
		status = "ok";
	};
};

#include "sdm670-pinctrl.dtsi"