diff options
author | Richard Zhao <richard.zhao@freescale.com> | 2012-07-11 22:25:23 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-07-12 01:44:54 -0400 |
commit | 7571d283c8cb11af7f3b28260e074217ded6c093 (patch) | |
tree | a5d0b9305453361414e6112a6de09c16d6dcff97 /arch/arm/mach-imx/clk-imx6q.c | |
parent | 71f5aba866570b0e8407b321d449ebd8baefcdd5 (diff) |
ARM: imx6q: add usbphy clocks
Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/clk-imx6q.c')
-rw-r--r-- | arch/arm/mach-imx/clk-imx6q.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/clk-imx6q.c b/arch/arm/mach-imx/clk-imx6q.c index d924ea77b1a5..d5e88c0d5e6c 100644 --- a/arch/arm/mach-imx/clk-imx6q.c +++ b/arch/arm/mach-imx/clk-imx6q.c | |||
@@ -152,7 +152,7 @@ enum mx6q_clks { | |||
152 | ssi2, ssi3, uart_ipg, uart_serial, usboh3, usdhc1, usdhc2, usdhc3, | 152 | ssi2, ssi3, uart_ipg, uart_serial, usboh3, usdhc1, usdhc2, usdhc3, |
153 | usdhc4, vdo_axi, vpu_axi, cko1, pll1_sys, pll2_bus, pll3_usb_otg, | 153 | usdhc4, vdo_axi, vpu_axi, cko1, pll1_sys, pll2_bus, pll3_usb_otg, |
154 | pll4_audio, pll5_video, pll6_mlb, pll7_usb_host, pll8_enet, ssi1_ipg, | 154 | pll4_audio, pll5_video, pll6_mlb, pll7_usb_host, pll8_enet, ssi1_ipg, |
155 | ssi2_ipg, ssi3_ipg, rom, | 155 | ssi2_ipg, ssi3_ipg, rom, usbphy1, usbphy2, |
156 | clk_max | 156 | clk_max |
157 | }; | 157 | }; |
158 | 158 | ||
@@ -198,6 +198,9 @@ int __init mx6q_clocks_init(void) | |||
198 | clk[pll7_usb_host] = imx_clk_pllv3(IMX_PLLV3_USB, "pll7_usb_host","osc", base + 0x20, 0x2000, 0x3); | 198 | clk[pll7_usb_host] = imx_clk_pllv3(IMX_PLLV3_USB, "pll7_usb_host","osc", base + 0x20, 0x2000, 0x3); |
199 | clk[pll8_enet] = imx_clk_pllv3(IMX_PLLV3_ENET, "pll8_enet", "osc", base + 0xe0, 0x182000, 0x3); | 199 | clk[pll8_enet] = imx_clk_pllv3(IMX_PLLV3_ENET, "pll8_enet", "osc", base + 0xe0, 0x182000, 0x3); |
200 | 200 | ||
201 | clk[usbphy1] = imx_clk_gate("usbphy1", "pll3_usb_otg", base + 0x10, 6); | ||
202 | clk[usbphy2] = imx_clk_gate("usbphy2", "pll7_usb_host", base + 0x20, 6); | ||
203 | |||
201 | /* name parent_name reg idx */ | 204 | /* name parent_name reg idx */ |
202 | clk[pll2_pfd0_352m] = imx_clk_pfd("pll2_pfd0_352m", "pll2_bus", base + 0x100, 0); | 205 | clk[pll2_pfd0_352m] = imx_clk_pfd("pll2_pfd0_352m", "pll2_bus", base + 0x100, 0); |
203 | clk[pll2_pfd1_594m] = imx_clk_pfd("pll2_pfd1_594m", "pll2_bus", base + 0x100, 1); | 206 | clk[pll2_pfd1_594m] = imx_clk_pfd("pll2_pfd1_594m", "pll2_bus", base + 0x100, 1); |
@@ -405,6 +408,8 @@ int __init mx6q_clocks_init(void) | |||
405 | clk_register_clkdev(clk[usboh3], NULL, "2184200.usb"); | 408 | clk_register_clkdev(clk[usboh3], NULL, "2184200.usb"); |
406 | clk_register_clkdev(clk[usboh3], NULL, "2184400.usb"); | 409 | clk_register_clkdev(clk[usboh3], NULL, "2184400.usb"); |
407 | clk_register_clkdev(clk[usboh3], NULL, "2184600.usb"); | 410 | clk_register_clkdev(clk[usboh3], NULL, "2184600.usb"); |
411 | clk_register_clkdev(clk[usbphy1], NULL, "20c9000.usbphy"); | ||
412 | clk_register_clkdev(clk[usbphy2], NULL, "20ca000.usbphy"); | ||
408 | clk_register_clkdev(clk[uart_serial], "per", "2020000.serial"); | 413 | clk_register_clkdev(clk[uart_serial], "per", "2020000.serial"); |
409 | clk_register_clkdev(clk[uart_ipg], "ipg", "2020000.serial"); | 414 | clk_register_clkdev(clk[uart_ipg], "ipg", "2020000.serial"); |
410 | clk_register_clkdev(clk[uart_serial], "per", "21e8000.serial"); | 415 | clk_register_clkdev(clk[uart_serial], "per", "21e8000.serial"); |