commit | f0d2f68a6387867c4748bc94c9b0165a49701204 | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Fri Oct 03 16:57:10 2014 +0300 |
committer | Paul Walmsley <paul@pwsan.com> | Thu Nov 13 09:25:06 2014 -0700 |
tree | cc53c00581f04a84b514ea5ce571b6b1a38c3a1d | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 [diff] |
ARM: OMAP3: clock: use clk_features flags for omap3 DPLL4 checks DPLL4 can't be reprogrammed on OMAP3430 ES1.0 due to hardware limitation. Currently, the code does runtime omap_rev() check to see the chip it is being executed on, instead, change this to use clk_features flags. This avoids need for runtime omap_rev() checks. Signed-off-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>