commit | 512d91cbd990c67df16d0a7b3ff5d35055ac6b39 | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Wed Jul 02 11:47:42 2014 +0300 |
committer | Paul Walmsley <paul@pwsan.com> | Tue Jul 15 14:09:06 2014 -0600 |
tree | d9ebd1366f12859ab6184ffe8595c2649f186cff | |
parent | 5f84aeb6a194ed127d1beb61738577c15a60172b [diff] |
ARM: OMAP2+: clock/dpll: convert bypass check to use clk_features OMAP2 DPLL code for checking whether DPLL is in bypass mode now uses clk_features data provided during boot. This avoids the need to use cpu_is_X type checks runtime, and allows us to eventually move the clock code under the clock driver. Signed-off-by: Tero Kristo <t-kristo@ti.com> Reviewed-by: Mike Turquette <mturquette@linaro.org> Signed-off-by: Paul Walmsley <paul@pwsan.com>