projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11b6638
)
OMAP clock: associate MPU clocks with the mpu_clkdm
author
Paul Walmsley
<paul@pwsan.com>
Thu, 3 Sep 2009 17:14:00 +0000
(20:14 +0300)
committer
paul
<paul@twilight.(none)>
Thu, 3 Sep 2009 17:14:00 +0000
(20:14 +0300)
All MPU-related clocks should be in the mpu_clkdm. This is needed for the
upcoming omap_hwmod patches, which needs to know the clockdomain that arm_fck
is in.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/clock34xx.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap2/clock34xx.h
b/arch/arm/mach-omap2/clock34xx.h
index 57cc2725b923bd31fc97eb9a5a2c85780ba83bc6..9a823c341b7bd68f3927b7f8968eab2e5a40f097 100644
(file)
--- a/
arch/arm/mach-omap2/clock34xx.h
+++ b/
arch/arm/mach-omap2/clock34xx.h
@@
-1020,6
+1020,7
@@
static struct clk arm_fck = {
.clksel_reg = OMAP_CM_REGADDR(MPU_MOD, OMAP3430_CM_IDLEST_PLL),
.clksel_mask = OMAP3430_ST_MPU_CLK_MASK,
.clksel = arm_fck_clksel,
+ .clkdm_name = "mpu_clkdm",
.recalc = &omap2_clksel_recalc,
};