Skip to content

Commit

Permalink
ARM: mx5: add watchdog clocks
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
  • Loading branch information
Fabio Estevam authored and Sascha Hauer committed Dec 7, 2010
1 parent 8c2efec commit 7f77f91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/mach-mx5/clock-mx51-mx53.c
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,10 @@ static struct clk kpp_clk = {
.id = 0,
};

static struct clk dummy_clk = {
.id = 0,
};

static struct clk emi_slow_clk = {
.parent = &pll2_sw_clk,
.enable_reg = MXC_CCM_CCGR5,
Expand Down Expand Up @@ -1106,6 +1110,8 @@ static struct clk_lookup mx51_lookups[] = {
_REGISTER_CLOCK("sdhci-esdhc-imx.1", NULL, esdhc2_clk)
_REGISTER_CLOCK(NULL, "cpu_clk", cpu_clk)
_REGISTER_CLOCK(NULL, "iim_clk", iim_clk)
_REGISTER_CLOCK("imx-wdt.0", NULL, dummy_clk)
_REGISTER_CLOCK("imx-wdt.1", NULL, dummy_clk)
};

static struct clk_lookup mx53_lookups[] = {
Expand Down

0 comments on commit 7f77f91

Please sign in to comment.