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

Commit 74999f35 authored by Asutosh Das's avatar Asutosh Das
Browse files

phy: phy-qcom-ufs: Modify phy voltage limits



Modify ufs phy voltage limits.
Currently, these are a bit higher than what's required.

Change-Id: Ie20cbcc159c417a4e25f5a3eaa3b0828f786f9ba
Signed-off-by: default avatarAsutosh Das <asutoshd@codeaurora.org>
parent ab49ff24
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,9 +6,9 @@
#include "phy-qcom-ufs-i.h"

#define MAX_PROP_NAME              32
#define VDDA_PHY_MIN_UV            1000000
#define VDDA_PHY_MAX_UV            1000000
#define VDDA_PLL_MIN_UV            1800000
#define VDDA_PHY_MIN_UV            800000
#define VDDA_PHY_MAX_UV            925000
#define VDDA_PLL_MIN_UV            1200000
#define VDDA_PLL_MAX_UV            1800000
#define VDDP_REF_CLK_MIN_UV        1200000
#define VDDP_REF_CLK_MAX_UV        1200000