projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24e6bfd
)
usb: phy: omap-usb3: fix dpll clock index
author
Ruchika Kharwar
<ruchika@ti.com>
Thu, 4 Jul 2013 05:21:19 +0000
(
00:21
-0500)
committer
Felipe Balbi
<balbi@ti.com>
Mon, 15 Jul 2013 10:05:30 +0000
(13:05 +0300)
Correction of the omap_usb3_dpll_params array when the sys_clk_rate is
20MHz.
Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
Signed-off-by: Ruchika Kharwar <ruchika@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/phy-omap-usb3.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/phy/phy-omap-usb3.c
b/drivers/usb/phy/phy-omap-usb3.c
index efe6e1464f45b59fb831a9ca5c05361593b3b7a5..a2fb30bbb971c41f76fc8ad1eb358449f0117657 100644
(file)
--- a/
drivers/usb/phy/phy-omap-usb3.c
+++ b/
drivers/usb/phy/phy-omap-usb3.c
@@
-71,9
+71,9
@@
static struct usb_dpll_params omap_usb3_dpll_params[NUM_SYS_CLKS] = {
{1250, 5, 4, 20, 0}, /* 12 MHz */
{3125, 20, 4, 20, 0}, /* 16.8 MHz */
{1172, 8, 4, 20, 65537}, /* 19.2 MHz */
+ {1000, 7, 4, 10, 0}, /* 20 MHz */
{1250, 12, 4, 20, 0}, /* 26 MHz */
{3125, 47, 4, 20, 92843}, /* 38.4 MHz */
- {1000, 7, 4, 10, 0}, /* 20 MHz */
};