rtc: mxc: use a second rtc clock
authorPhilippe Reynes <tremyfr@gmail.com>
Sun, 26 Jul 2015 21:37:50 +0000 (23:37 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 5 Aug 2015 12:03:46 +0000 (20:03 +0800)
The mxc RTC needs two clocks, one for the input
reference, and one for the IP. But this driver
was only using one clock (for the reference).
This patch add the second clock (for the IP).

Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Philippe Reynes <tremyfr@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/rtc/rtc-mxc.c

Simple merge