]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: OMAP3: clock: fix boot breakage in legacy mode
authorTero Kristo <t-kristo@ti.com>
Fri, 12 Dec 2014 13:22:01 +0000 (15:22 +0200)
committerMichael Turquette <mturquette@linaro.org>
Tue, 16 Dec 2014 01:05:10 +0000 (17:05 -0800)
commit83ccc4670477e7722d4654ca44b4b7004fcaada9
treefee4537c986ecfa88d036a858baa1de839990cac
parent6f8e853d18a98ee95832ffebfaa288d42ae28cd5
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 <t-kristo@ti.com>
Fixes: 2e1a7b014f ("ARM: OMAP3+: DPLL: use determine_rate() and...")
Cc: Paul Walmsley <paul@pwsan.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Tested-by: Kevin Hilman <khilman@linaro.org>
Reported-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
arch/arm/mach-omap2/cclock3xxx_data.c