[PATCH 0/2 v2] ARM: OMAP1: Fix dpll1 reprogramming related issues
From: tony@atomide.com (Tony Lindgren)
Date: 2011-12-02 02:09:41
Also in:
linux-omap, lkml
From: tony@atomide.com (Tony Lindgren)
Date: 2011-12-02 02:09:41
Also in:
linux-omap, lkml
* Janusz Krzysztofik [off-list ref] [111201 11:38]:
After dpll1 reprogramming has been moved from setup_arch() to kernel_init(), I've been observing several issues, resulting in undesired system behaviour on my Amstrad Delta. This series fixes those most important (2/5 and 5/5 v2 previously), with a "stuck at 60MHz rate" issue going to be fixed with Tony's proposed solution instead of my previous 3/5. Janusz Krzysztofik (2): ARM: OMAP1: Fix ckctl value used for dpll1 defualt rate ARM: OMAP1: recalculate loops per jiffy after dpll1 reprogram arch/arm/mach-omap1/clock_data.c | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-)
Thanks, got these three patches now applied into fixes on top of -rc4. Can you please try it out to make sure it's all working for you now? Tony