Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221057
b: refs/heads/master
c: b99380e
h: refs/heads/master
i:
  221055: d49e8b6
v: v3
  • Loading branch information
Jongpill Lee authored and Kukjin Kim committed Oct 20, 2010
1 parent 5b051e5 commit aaf157b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9e23552f8ecf85cd4a74741051ed2cfbab630164
refs/heads/master: b99380e1047842de199089cc0945d5d9f0ff6a17
19 changes: 19 additions & 0 deletions trunk/arch/arm/mach-s5pv310/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,22 @@ static struct clk clk_sclk_hdmi27m = {
.rate = 27000000,
};

static struct clk clk_sclk_hdmiphy = {
.name = "sclk_hdmiphy",
.id = -1,
};

static struct clk clk_sclk_usbphy0 = {
.name = "sclk_usbphy0",
.id = -1,
.rate = 27000000,
};

static struct clk clk_sclk_usbphy1 = {
.name = "sclk_usbphy1",
.id = -1,
};

static int s5pv310_clksrc_mask_peril0_ctrl(struct clk *clk, int enable)
{
return s5p_gatectrl(S5P_CLKSRC_MASK_PERIL0, clk, enable);
Expand Down Expand Up @@ -354,6 +370,9 @@ static struct clk *clkset_group_list[] = {
[0] = &clk_ext_xtal_mux,
[1] = &clk_xusbxti,
[2] = &clk_sclk_hdmi27m,
[3] = &clk_sclk_usbphy0,
[4] = &clk_sclk_usbphy1,
[5] = &clk_sclk_hdmiphy,
[6] = &clk_mout_mpll.clk,
[7] = &clk_mout_epll.clk,
[8] = &clk_sclk_vpll.clk,
Expand Down

0 comments on commit aaf157b

Please sign in to comment.