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: Jack Pham <jackp@codeaurora.org>
This commit is contained in:
Jack Pham 2017-04-20 18:40:32 -07:00 committed by Hemant Kumar
parent 0bdf562cc7
commit 7a765a2e72

View file

@ -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 */
struct usb_pdphy {