Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243491
b: refs/heads/master
c: b6e89b2
h: refs/heads/master
i:
  243489: b58330a
  243487: 991c188
v: v3
  • Loading branch information
Dinh Nguyen authored and Sascha Hauer committed Mar 23, 2011
1 parent b125622 commit 64dbd57
Show file tree
Hide file tree
Showing 2 changed files with 9 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: 16f246e69b8857c6a2993f1b6663e92d4d4e5395
refs/heads/master: b6e89b21824cc37ab19e0209a7754c74d237a123
8 changes: 8 additions & 0 deletions trunk/arch/arm/mach-mx5/clock-mx51-mx53.c
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,13 @@ static struct clk aips_tz2_clk = {
.disable = _clk_ccgr_disable_inwait,
};

static struct clk gpc_dvfs_clk = {
.enable_reg = MXC_CCM_CCGR5,
.enable_shift = MXC_CCM_CCGRx_CG12_OFFSET,
.enable = _clk_ccgr_enable,
.disable = _clk_ccgr_disable,
};

static struct clk gpt_32k_clk = {
.id = 0,
.parent = &ckil_clk,
Expand Down Expand Up @@ -1448,6 +1455,7 @@ static struct clk_lookup mx51_lookups[] = {
_REGISTER_CLOCK("imx-ipuv3", NULL, ipu_clk)
_REGISTER_CLOCK("imx-ipuv3", "di0", ipu_di0_clk)
_REGISTER_CLOCK("imx-ipuv3", "di1", ipu_di1_clk)
_REGISTER_CLOCK(NULL, "gpc_dvfs", gpc_dvfs_clk)
};

static struct clk_lookup mx53_lookups[] = {
Expand Down

0 comments on commit 64dbd57

Please sign in to comment.