[PATCH v2 2/6] imx35: define two clocks for rtc
From: Philippe Reynes <hidden>
Date: 2015-06-20 16:48:34
Also in:
linux-rtc, lkml
From: Philippe Reynes <hidden>
Date: 2015-06-20 16:48:34
Also in:
linux-rtc, lkml
Hi Fabio, On 20/06/15 16:43, Fabio Estevam wrote:
On Sat, Jun 20, 2015 at 11:15 AM, Philippe Reynes[off-list ref] wrote:quoted
@@ -240,6 +241,9 @@ int __init mx35_clocks_init(void) clk_register_clkdev(clk[ipg], "ipg", "imx21-uart.1"); clk_register_clkdev(clk[uart3_gate], "per", "imx21-uart.2"); clk_register_clkdev(clk[ipg], "ipg", "imx21-uart.2"); + /* i.mx35 has the i.mx21 type uart */I think you meant rtc, not uart :-)
Yes, of course, sorry for this silly mistake. I fix it in a V3. Thanks a lot, Philippe