Re: [PATCH v2 2/6] imx35: define two clocks for rtc

2015-06-20 Thread Philippe Reynes
Hi Fabio, On 20/06/15 16:43, Fabio Estevam wrote: On Sat, Jun 20, 2015 at 11:15 AM, Philippe Reynes wrote: @@ -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");

Re: [PATCH v2 2/6] imx35: define two clocks for rtc

2015-06-20 Thread Fabio Estevam
On Sat, Jun 20, 2015 at 11:15 AM, Philippe Reynes wrote: > @@ -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", "i

[PATCH v2 2/6] imx35: define two clocks for rtc

2015-06-20 Thread Philippe Reynes
The imx35 don't define clocks for rtc. This patch add two clocks, as needed by the mxc rtc driver. Signed-off-by: Philippe Reynes --- arch/arm/mach-imx/clk-imx35.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-imx/clk-imx35.c b/arch/arm/mach-imx/clk-