diff options
author | Tony Lindgren <[email protected]> | 2015-01-28 09:00:49 -0800 |
---|---|---|
committer | Michael Turquette <[email protected]> | 2015-02-25 12:06:29 -0800 |
commit | 03208cc69fc16a8d46de49f51f49964666e4a694 (patch) | |
tree | 08b4a61f707d891c3a3f13e192908361a736a636 /tools/perf/scripts | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) |
clk: ti: Fix FAPLL parent enable bit handling
Commit 163152cbbe32 ("clk: ti: Add support for FAPLL on dm816x")
added basic support for the FAPLL on dm818x, but has a bug for the
parent PLL enable bit. The FAPLL_MAIN_PLLEN is defined as BIT(3)
but the code is doing a shift on it.
This means the parent PLL won't get disabled even if all it's child
synthesizers are disabled.
Reported-by: Dan Carpenter <[email protected]>
Cc: Brian Hutchinson <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
Signed-off-by: Michael Turquette <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions