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

Commit e762a27d authored by Vikram Mulukutla's avatar Vikram Mulukutla
Browse files

pil-msa: Vote for 1V on the MSS rail instead of 1.05V



The MSS rail on MSM8994 has a nominal voltage of 1V. Set this
voltage. On MSM8974, the request will be raised to 1.05V
by the regulator framework.

Change-Id: I023af554a089906c5390cd1ec6c93e4a8f2776b8
Signed-off-by: default avatarVikram Mulukutla <markivx@codeaurora.org>
parent e1b6fe17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

#include "peripheral-loader.h"

#define VDD_MSS_UV	1050000
#define VDD_MSS_UV	1000000

struct modem_data {
	struct q6v5_data *q6;