diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2013-05-17 09:49:02 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-06-17 03:45:12 -0400 |
commit | c9a74f556987ff696da3050ad66595458ad649c6 (patch) | |
tree | 136f85d9cea78a2e0a2560ca29022bf95f668859 /arch/arm/mach-imx | |
parent | 9545b2ed68eef1541219d5c6351c10e698a24f39 (diff) |
ARM i.MX53: Add SATA clock
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r-- | arch/arm/mach-imx/clk-imx51-imx53.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/clk-imx51-imx53.c b/arch/arm/mach-imx/clk-imx51-imx53.c index 929762742ee1..7d1d66ed4093 100644 --- a/arch/arm/mach-imx/clk-imx51-imx53.c +++ b/arch/arm/mach-imx/clk-imx51-imx53.c | |||
@@ -110,7 +110,7 @@ enum imx5_clks { | |||
110 | owire_gate, gpu3d_s, gpu2d_s, gpu3d_gate, gpu2d_gate, garb_gate, | 110 | owire_gate, gpu3d_s, gpu2d_s, gpu3d_gate, gpu2d_gate, garb_gate, |
111 | cko1_sel, cko1_podf, cko1, | 111 | cko1_sel, cko1_podf, cko1, |
112 | cko2_sel, cko2_podf, cko2, | 112 | cko2_sel, cko2_podf, cko2, |
113 | srtc_gate, pata_gate, | 113 | srtc_gate, pata_gate, sata_gate, |
114 | clk_max | 114 | clk_max |
115 | }; | 115 | }; |
116 | 116 | ||
@@ -487,6 +487,7 @@ int __init mx53_clocks_init(unsigned long rate_ckil, unsigned long rate_osc, | |||
487 | clk[can2_serial_gate] = imx_clk_gate2("can2_serial_gate", "can_sel", MXC_CCM_CCGR4, 8); | 487 | clk[can2_serial_gate] = imx_clk_gate2("can2_serial_gate", "can_sel", MXC_CCM_CCGR4, 8); |
488 | clk[can2_ipg_gate] = imx_clk_gate2("can2_ipg_gate", "ipg", MXC_CCM_CCGR4, 6); | 488 | clk[can2_ipg_gate] = imx_clk_gate2("can2_ipg_gate", "ipg", MXC_CCM_CCGR4, 6); |
489 | clk[i2c3_gate] = imx_clk_gate2("i2c3_gate", "per_root", MXC_CCM_CCGR1, 22); | 489 | clk[i2c3_gate] = imx_clk_gate2("i2c3_gate", "per_root", MXC_CCM_CCGR1, 22); |
490 | clk[sata_gate] = imx_clk_gate2("sata_gate", "ipg", MXC_CCM_CCGR4, 2); | ||
490 | 491 | ||
491 | clk[cko1_sel] = imx_clk_mux("cko1_sel", MXC_CCM_CCOSR, 0, 4, | 492 | clk[cko1_sel] = imx_clk_mux("cko1_sel", MXC_CCM_CCOSR, 0, 4, |
492 | mx53_cko1_sel, ARRAY_SIZE(mx53_cko1_sel)); | 493 | mx53_cko1_sel, ARRAY_SIZE(mx53_cko1_sel)); |