From: Tero Kristo Date: Fri, 12 Dec 2014 13:22:01 +0000 (+0200) Subject: ARM: OMAP3: clock: fix boot breakage in legacy mode X-Git-Tag: omap-for-v3.19/fixes-rc1~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83ccc4670477e7722d4654ca44b4b7004fcaada9;p=pandora-kernel.git 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 Fixes: 2e1a7b014f ("ARM: OMAP3+: DPLL: use determine_rate() and...") Cc: Paul Walmsley Acked-by: Tony Lindgren Tested-by: Kevin Hilman Reported-by: Kevin Hilman Signed-off-by: Michael Turquette --- Reading git-diff-tree failed