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

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

ARM: dts: msm: Add regulator for codec of mdmcalifornium



Add a fixed regulator device node for the always-on 1.8V
codec buck supply.

Change-Id: I7e262c163216ef51b71e808d5aae06efafe35e50
Signed-off-by: default avatarDevesh Jhunjhunwala <deveshj@codeaurora.org>
parent 8c550138
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -166,4 +166,10 @@
		regulator-min-microvolt = <1800000>;
		regulator-max-microvolt = <2848000>;
	};

	codec_buck_vreg: codec_buck_vreg {
		compatible = "regulator-fixed";
		regulator-name = "codec_1.8v";
		regulator-always-on;
	};
};