projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d76316f
)
ARM: OMAP3: clock data: add clockdomain for HDQ functional clock
author
Paul Walmsley
<paul@pwsan.com>
Tue, 8 May 2012 05:55:31 +0000
(23:55 -0600)
committer
Paul Walmsley
<paul@pwsan.com>
Tue, 8 May 2012 05:55:31 +0000
(23:55 -0600)
Add the correct clockdomain for the HDQ functional clock. This is needed
for the clock and hwmod PM code to work correctly.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: NeilBrown <neilb@suse.de>
arch/arm/mach-omap2/clock3xxx_data.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/clock3xxx_data.c
b/arch/arm/mach-omap2/clock3xxx_data.c
index f4a626f7c79e9670d65edf05e9d5813883b42da8..8fe7d709afa6fa44ded148c5b10abf5fc625a1af 100644
(file)
--- a/
arch/arm/mach-omap2/clock3xxx_data.c
+++ b/
arch/arm/mach-omap2/clock3xxx_data.c
@@
-1,7
+1,7
@@
/*
* OMAP3 clock data
*
- * Copyright (C) 2007-2010 Texas Instruments, Inc.
+ * Copyright (C) 2007-2010
, 2012
Texas Instruments, Inc.
* Copyright (C) 2007-2011 Nokia Corporation
*
* Written by Paul Walmsley
@@
-1640,6
+1640,7
@@
static struct clk hdq_fck = {
.name = "hdq_fck",
.ops = &clkops_omap2_dflt_wait,
.parent = &core_12m_fck,
+ .clkdm_name = "core_l4_clkdm",
.enable_reg = OMAP_CM_REGADDR(CORE_MOD, CM_FCLKEN1),
.enable_bit = OMAP3430_EN_HDQ_SHIFT,
.recalc = &followparent_recalc,