Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: phy: omap-usb3: fix dpll clock index

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>

authored by

Ruchika Kharwar and committed by
Felipe Balbi
690c70ba 24e6bfd9

+1 -1
+1 -1
drivers/usb/phy/phy-omap-usb3.c
··· 71 71 {1250, 5, 4, 20, 0}, /* 12 MHz */ 72 72 {3125, 20, 4, 20, 0}, /* 16.8 MHz */ 73 73 {1172, 8, 4, 20, 65537}, /* 19.2 MHz */ 74 + {1000, 7, 4, 10, 0}, /* 20 MHz */ 74 75 {1250, 12, 4, 20, 0}, /* 26 MHz */ 75 76 {3125, 47, 4, 20, 92843}, /* 38.4 MHz */ 76 - {1000, 7, 4, 10, 0}, /* 20 MHz */ 77 77 78 78 }; 79 79