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

Commit ba0f09d4 authored by Ke Liu's avatar Ke Liu
Browse files

ARM: dts: msm: add regulator for codec of msmzirc



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

Change-Id: I6e9f416deac9711398c5d99c363553caef6e076c
Signed-off-by: default avatarKe Liu <keliu@codeaurora.org>
parent d3b0eac5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -203,4 +203,9 @@
		regulator-name = "ethernet_phy";
		regulator-always-on;
	};

	codec_buck_vreg: codec_buck_vreg {
		compatible = "regulator-fixed";
		regulator-name = "codec_2.15v";
	};
};