clk: tegra: use max divider if divider overflows
authorAndrew Bresticker <abrestic@chromium.org>
Fri, 27 Dec 2013 00:44:27 +0000 (16:44 -0800)
committerPeter De Schrijver <pdeschrijver@nvidia.com>
Mon, 17 Feb 2014 14:18:34 +0000 (16:18 +0200)
When requesting a rate less than the minimum clock rate for a divider,
use the maximum divider value instead of bailing out with an error.
This matches the behavior of the generic clock divider.

Signed-off-by: Andrew Bresticker <abrestic@chromium.org>

No differences found