commit | 89c58c198b252f2bc20657fdd72a2aea788c435c | [log] [tgz] |
---|---|---|
author | Andrew Lunn <andrew@lunn.ch> | Sun Feb 03 12:32:06 2013 +0100 |
committer | Jason Cooper <jason@lakedaemon.net> | Fri Mar 08 21:34:41 2013 +0000 |
tree | 735d8844993deb5a8d39efb171db8331241ce547 | |
parent | de88747f514a4e0cca416a8871de2302f4f77790 [diff] |
rtc: rtc-mv: Add support for clk to avoid lockups The Marvell RTC on Kirkwood makes use of the runit clock. Ensure the driver clk_prepare_enable() this clock, otherwise there is a danger the SoC will lockup when accessing RTC registers with the clock disabled. Reported-by: Simon Baatz <gmbnomis@gmail.com> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Tested-by: Simon Baatz <gmbnomis@gmail.com> Cc: <stable@vger.kernel.org> Signed-off-by: Jason Cooper <jason@lakedaemon.net>