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

Commit 38bfc0dc authored by Venkat Gopalakrishnan's avatar Venkat Gopalakrishnan
Browse files

phy: msm-sata: Fix the min supported voltage for vdda phy regulator



The VDDA PHY regulator for SATA PHY can support a minimum of 0.95V and a
maximum of 1V. Update the driver to reflect that.

Change-Id: I92524415c0c1554e0a1a1e7a29712b0eb0ba7529
Signed-off-by: default avatarVenkat Gopalakrishnan <venkatg@codeaurora.org>
parent 94c52e4c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2013, The Linux Foundation. All rights reserved.
 * Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -80,7 +80,7 @@
#define SATA_PHY_ALIGNP			0x3a4

#define MAX_PROP_NAME              32
#define VDDA_PHY_MIN_UV            1000000
#define VDDA_PHY_MIN_UV            950000
#define VDDA_PHY_MAX_UV            1000000
#define VDDA_PLL_MIN_UV            1800000
#define VDDA_PLL_MAX_UV            1800000