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

Commit 378991be authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 276cc985 30117a6f
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -418,6 +418,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 {