forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: OMAP3: clock: fix boot breakage in legacy mode
The new usage of determine_rate and set_rate_and_parent calls for OMAP DPLLs assumes the DPLLs must have two parents defined, even if it is the same clock. Legacy clock data did not fullfill this requirement and caused a boot crash. Fixed by adding the missing parent information to the DPLL clocks. Signed-off-by: Tero Kristo <[email protected]> Fixes: 2e1a7b0 ("ARM: OMAP3+: DPLL: use determine_rate() and...") Cc: Paul Walmsley <[email protected]> Acked-by: Tony Lindgren <[email protected]> Tested-by: Kevin Hilman <[email protected]> Reported-by: Kevin Hilman <[email protected]> Signed-off-by: Michael Turquette <[email protected]>
- Loading branch information
Tero Kristo
authored and
Michael Turquette
committed
Dec 16, 2014
1 parent
6f8e853
commit 83ccc46
Showing
1 changed file
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters