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

Commit 75a3f782 authored by Jeremy McNicoll's avatar Jeremy McNicoll Committed by Andy Gross
Browse files

arm64: dts: msm8992 add fixed regulator



This regulator is not moving anywhere.  Sit, stay...

Signed-off-by: default avatarJeremy McNicoll <jeremymc@redhat.com>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent ed75d6a9
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -68,6 +68,17 @@
		clock-frequency = <32768>;
	};

	vreg_vph_pwr: vreg-vph-pwr {
		compatible = "regulator-fixed";
		status = "okay";
		regulator-name = "vph-pwr";

		regulator-min-microvolt = <3600000>;
		regulator-max-microvolt = <3600000>;

		regulator-always-on;
	};

	soc {
		#address-cells = <1>;
		#size-cells = <1>;