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

Commit fed1e9b6 authored by David Collins's avatar David Collins
Browse files

ARM: dts: msm: add speaker boost regulator device for msmsamarium-mtp



Add a fixed regulator device which controls the 5 V boost
regulator found on msmsamarium-mtp boards using PMA8084 GPIO 1.
This regulator powers the speaker found on the board.

Change-Id: I62cf2425e066031bb2a82257a9f320d69c974dcd
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent e588ac20
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -17,6 +17,13 @@
};

&soc {
	ext_5v_vreg: regulator-tps61256 {
		compatible = "regulator-fixed";
		regulator-name = "ext_5v_boost";
		gpio = <&pma8084_gpios 1 0>;
		startup-delay-us = <500>;
		enable-active-high;
	};
};

&blsp1_uart1 {