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

Commit 58bdea2c authored by Saurabh Ambulkar's avatar Saurabh Ambulkar Committed by Shreyas K K
Browse files

ARM: dts: msm: Add venus device node for PIL on SDMSHRIKE

Add PIL device tree node to load firmware images of
venus on SDMSHRIKE.

Change-Id: I8df270d8b7ad00967f04c710d837be430ac7ef56
parent bf71e319
Loading
Loading
Loading
Loading
+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"