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

Commit 01c25b13 authored by Hemant Kumar's avatar Hemant Kumar
Browse files

usb: phy: phy-msm-snps-hs: Update vdda18 voltage range



Update USB_HSPHY_1P8_VOL_MIN from 1800000uV to 1704000uV
as per the range defined in regulator framework,
otherwise regulator_set_voltage() fails.

Change-Id: I371a7561938a57b0522faaf197920a443f5fa541
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent d91ef6f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@
#define USB_HSPHY_3P3_HPM_LOAD			16000	/* uA */
#define USB_HSPHY_3P3_VOL_FSHOST		3150000 /* uV */

#define USB_HSPHY_1P8_VOL_MIN			1800000 /* uV */
#define USB_HSPHY_1P8_VOL_MIN			1704000 /* uV */
#define USB_HSPHY_1P8_VOL_MAX			1800000 /* uV */
#define USB_HSPHY_1P8_HPM_LOAD			19000	/* uA */