Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=474844f7083b2381db9b3523dc6de9108fc4c732
Commit:     474844f7083b2381db9b3523dc6de9108fc4c732
Parent:     e6da2aa74ac878ebc5b49c42a0ee94a69884b9af
Author:     Richard Woodruff <[EMAIL PROTECTED]>
AuthorDate: Fri Jan 26 12:08:51 2007 -0800
Committer:  Tony Lindgren <[EMAIL PROTECTED]>
CommitDate: Wed Mar 7 01:17:46 2007 -0800

    ARM: OMAP: Fix OMAP2 dss2 so clk_set_parent works
    
    This adds the delayed application attribute to the dss2 clock.  DSS2
    can't select the 48MHz APLL with properly with out validating the
    configuration as trigged by this flag.
    
    Signed-off-by: Richard Woodruff <[EMAIL PROTECTED]>
    Signed-off-by: Tony Lindgren <[EMAIL PROTECTED]>
---
 arch/arm/mach-omap2/clock.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h
index 8816f5a..162978f 100644
--- a/arch/arm/mach-omap2/clock.h
+++ b/arch/arm/mach-omap2/clock.h
@@ -1013,7 +1013,8 @@ static struct clk dss2_fck = {            /* Alt clk used 
in power management */
        .name           = "dss2_fck",
        .parent         = &sys_ck,              /* fixed at sys_ck or 48MHz */
        .flags          = CLOCK_IN_OMAP242X | CLOCK_IN_OMAP243X |
-                               RATE_CKCTL | CM_CORE_SEL1 | RATE_FIXED,
+                               RATE_CKCTL | CM_CORE_SEL1 | RATE_FIXED |
+                               DELAYED_APP,
        .enable_reg     = (void __iomem *)&CM_FCLKEN1_CORE,
        .enable_bit     = 1,
        .src_offset     = 13,
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to