phy: qcom-ufs: update pll max voltage
The pll supported voltage various per platform, the min supported is 1.2V and max supported is 1.8V, make the necessary change to reflect that. Change-Id: Id93509ddcf298ee076b46703d9a55a5a7ba60638 Signed-off-by: Venkat Gopalakrishnan <venkatg@codeaurora.org>
This commit is contained in:
parent
3ee00ddf25
commit
ab02a8dd22
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
#define VDDA_PHY_MIN_UV 1000000
|
||||
#define VDDA_PHY_MAX_UV 1000000
|
||||
#define VDDA_PLL_MIN_UV 1200000
|
||||
#define VDDA_PLL_MAX_UV 1200000
|
||||
#define VDDA_PLL_MAX_UV 1800000
|
||||
#define VDDP_REF_CLK_MIN_UV 1200000
|
||||
#define VDDP_REF_CLK_MAX_UV 1200000
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue