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

Commit 8c182bef authored by Tirupathi Reddy's avatar Tirupathi Reddy
Browse files

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



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

Change-Id: I44e9b89a398d7a05eca7f0c093ce9a48c441c0dd
Signed-off-by: default avatarTirupathi Reddy <tirupath@codeaurora.org>
parent d80c39cd
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -448,6 +448,15 @@
		/* GPIO output to lpass */
		qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_2_out 0 0>;
	};

	qcom,pil-vpu@fde0b000 {
		compatible = "qcom,pil-vpu";
		reg = <0xfde0b000 0x80>;
		reg-names = "maple_csr_base";
		vdd-supply = <&gdsc_vpu>;

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

&gdsc_venus {