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

Commit d238bab0 authored by Jack Pham's avatar Jack Pham
Browse files

usb: pdphy: Widen voltage range setting for VDD regulator



The PDPHY is tolerant of a wide range for its VDD, between 2.8V
and 3.3V. Update the min/max values for regulator_set_voltage().

Change-Id: Ic49e4cc5b7159ed6a7393d13ec70f6b6318d3c57
Signed-off-by: default avatarJack Pham <jackp@codeaurora.org>
parent 4e76b849
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -76,8 +76,8 @@
#define USB_PDPHY_TRIM_3		0xF3

/* VDD regulator */
#define VDD_PDPHY_VOL_MIN		3088000 /* uV */
#define VDD_PDPHY_VOL_MAX		3088000 /* uV */
#define VDD_PDPHY_VOL_MIN		2800000 /* uV */
#define VDD_PDPHY_VOL_MAX		3300000 /* uV */
#define VDD_PDPHY_HPM_LOAD		3000 /* uA */

/* timers */