]> git.karo-electronics.de Git - linux-beck.git/commit
usb: phy: omap-usb3: updated dpll M,N values to support DRA7xx devices
authorRuchika Kharwar <ruchika@ti.com>
Thu, 30 May 2013 19:54:09 +0000 (14:54 -0500)
committerFelipe Balbi <balbi@ti.com>
Fri, 31 May 2013 21:22:49 +0000 (00:22 +0300)
commit81fbf101f2858e63bbb380447a76870924b84653
tree5146e6b96361157dd674b5f0ca5109f728d8d4ae
parentf016a16d8c1f6cd0567a88d0a5843aab385e969a
usb: phy: omap-usb3: updated dpll M,N values to support DRA7xx devices

Addition of the M and N recommended values for the USB3 PHY DPLL.
Sysclk for DRA7xx is 20MHz.

This yields:
Clk = 20MHz * M/(N+1) = 20MHz * 1000 /(7+1) = 2.5 Ghz

Signed-off-by: Ruchika Kharwar <ruchika@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/phy-omap-usb3.c