Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372462
b: refs/heads/master
c: 36fc097
h: refs/heads/master
v: v3
  • Loading branch information
Sylwester Nawrocki authored and Kukjin Kim committed Apr 4, 2013
1 parent 57a7701 commit a94be6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5e2e0195ec89d8e266a2530ffec335c483c64899
refs/heads/master: 36fc09722d49077c6a602e8c07b06d21e798b75a
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Exynos4 SoC and this is specified where applicable.
sclk_i2s1 167
sclk_i2s2 168
sclk_mipihsi 169 Exynos4412

sclk_mfc 170

[Peripheral Clock Gates]

Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/clk/samsung/clk-exynos4.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ enum exynos4_clks {
sclk_sata, sclk_uart0, sclk_uart1, sclk_uart2, sclk_uart3, sclk_uart4,
sclk_audio1, sclk_audio2, sclk_spdif, sclk_spi0, sclk_spi1, sclk_spi2,
sclk_slimbus, sclk_fimd1, sclk_mipi1, sclk_pcm1, sclk_pcm2, sclk_i2s1,
sclk_i2s2, sclk_mipihsi,
sclk_i2s2, sclk_mipihsi, sclk_mfc,

/* gate clocks */
fimc0 = 256, fimc1, fimc2, fimc3, csis0, csis1, jpeg, smmu_fimc0,
Expand Down Expand Up @@ -355,7 +355,7 @@ struct samsung_div_clock exynos4_div_clks[] __initdata = {
DIV(none, "div_cam1", "mout_cam1", DIV_CAM, 20, 4),
DIV(none, "div_csis0", "mout_csis0", DIV_CAM, 24, 4),
DIV(none, "div_csis1", "mout_csis1", DIV_CAM, 28, 4),
DIV(none, "div_mfc", "mout_mfc", DIV_MFC, 0, 4),
DIV(sclk_mfc, "sclk_mfc", "mout_mfc", DIV_MFC, 0, 4),
DIV(none, "div_g3d", "mout_g3d", DIV_G3D, 0, 4),
DIV(none, "div_fimd0", "mout_fimd0", DIV_LCD0, 0, 4),
DIV(none, "div_mipi0", "mout_mipi0", DIV_LCD0, 16, 4),
Expand Down

0 comments on commit a94be6a

Please sign in to comment.