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

Commit ebc3a888 authored by Arjun Singh's avatar Arjun Singh Committed by Gerrit - the friendly Code Review server
Browse files

soc: qcom: bgrsb: updates LDO15 max voltage to 3v



Updates LDO15 max voltage to 3v instead of 3.3v.

Change-Id: Ib5782ff8966e0b52e1394cdcca6fbb92632ec909
Signed-off-by: default avatarArjun Singh <arsingh@codeaurora.org>
parent f943f63c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
#define TIMEOUT_MS 2000

#define BGRSB_LDO15_VTG_MIN_UV 3000000
#define BGRSB_LDO15_VTG_MAX_UV 3300000
#define BGRSB_LDO15_VTG_MAX_UV 3000000

#define BGRSB_LDO11_VTG_MIN_UV 1800000
#define BGRSB_LDO11_VTG_MAX_UV 1800000