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

Commit b8735c6c authored by Devesh Jhunjhunwala's avatar Devesh Jhunjhunwala
Browse files

ARM: dts: msm: Add the rome_vreg regulator for mdmcalifornium



The rome_vreg regulator is required for the 3.3 V supply used
by WLAN and bluetooth.

Change-Id: Ide44a975536c09ac8254c81cf64b51b794ce1644
Signed-off-by: default avatarDevesh Jhunjhunwala <deveshj@codeaurora.org>
parent a6f17ea3
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -250,4 +250,13 @@
		regulator-name = "codec_1.8v";
		regulator-always-on;
	};

	/* Rome 3.3V supply */
	rome_vreg: rome_vreg {
		compatible = "regulator-fixed";
		regulator-name = "rome_vreg";
		startup-delay-us = <4000>;
		enable-active-high;
		gpio = <&pmdcalifornium_gpios 6 0>;
	};
};