From: Tero Kristo Date: Fri, 3 Oct 2014 13:57:10 +0000 (+0300) Subject: ARM: OMAP3: clock: use clk_features flags for omap3 DPLL4 checks X-Git-Tag: omap-for-v3.19/clocks-and-pm^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0d2f68a6387867c4748bc94c9b0165a49701204;p=pandora-kernel.git 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 Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed