mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
mach-ux500: update MUSB clock configurations
MUSB driver has been updated to separate out BSP layer from its generic parts, as separate driver. This patch configures the clock with the new platform driver name. Signed-off-by: Mian Yousaf Kaukab <mian-yousaf.kaukab@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
07f201d8a3
commit
7f0709efe6
@ -520,7 +520,7 @@ static struct clk_lookup u8500_ed_clks[] = {
|
||||
CLK(ssp0_ed, "ssp0", NULL),
|
||||
|
||||
/* Peripheral Cluster #5 */
|
||||
CLK(usb_ed, "musb_hdrc.0", "usb"),
|
||||
CLK(usb_ed, "musb-ux500.0", "usb"),
|
||||
|
||||
/* Peripheral Cluster #6 */
|
||||
CLK(dmc_ed, "dmc", NULL),
|
||||
@ -561,7 +561,7 @@ static struct clk_lookup u8500_v1_clks[] = {
|
||||
CLK(ssp0_v1, "ssp0", NULL),
|
||||
|
||||
/* Peripheral Cluster #5 */
|
||||
CLK(usb_v1, "musb_hdrc.0", "usb"),
|
||||
CLK(usb_v1, "musb-ux500.0", "usb"),
|
||||
|
||||
/* Peripheral Cluster #6 */
|
||||
CLK(mtu1_v1, "mtu1", NULL),
|
||||
|
Loading…
Reference in New Issue
Block a user