Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f77f91d authored by Fabio Estevam's avatar Fabio Estevam Committed by Sascha Hauer
Browse files

ARM: mx5: add watchdog clocks

parent 8c2efec3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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,
@@ -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[] = {