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

Commit 30117a6f authored by Tirupathi Reddy's avatar Tirupathi Reddy Committed by Trilok Soni
Browse files

ARM: dts: msm: Add PIL Venus device for mpq8092



Add the PIL Venus device node to support the booting of
the Venus subsystem on mpq8092.

Change-Id: I64b6e7112a8db6c54af208d2728513b60e3367d2
Signed-off-by: default avatarTirupathi Reddy <tirupath@codeaurora.org>
parent e1e5c4cc
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -417,6 +417,16 @@
			rpm-channel-type = <15>; /* SMD_APPS_RPM */
			rpm-standalone; /* TODO: remove this after bring up */
	};

	qcom,venus@fdce0000 {
		compatible = "qcom,pil-venus";
		reg = <0xfdce0000 0x4000>,
		      <0xfdc80000 0x400>;
		reg-names = "wrapper_base", "vbif_base";
		vdd-supply = <&gdsc_venus>;

		qcom,firmware-name = "venus";
	};
};

&gdsc_venus {