projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c810fde
)
ARM: OMAP2+: AM33XX: clock data: Add clkdev alias for cpu0
author
AnilKumar Ch
<anilkumar@ti.com>
Sat, 22 Sep 2012 08:24:15 +0000
(
02:24
-0600)
committer
Paul Walmsley
<paul@pwsan.com>
Sat, 22 Sep 2012 16:50:01 +0000
(10:50 -0600)
Add AM335x cpu0 clock entry to the corresponding clock data file. This
is useful in getting the correct mpu clock pointer to change the cpu
frequency in cpufreq driver.
Signed-off-by: AnilKumar Ch <anilkumar@ti.com>
[paul@pwsan.com: changed patch subject]
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/clock33xx_data.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap2/clock33xx_data.c
b/arch/arm/mach-omap2/clock33xx_data.c
index 2026311a4ff69e6decffe4c25aa49a6fee07400b..b87b88c2638b968ae834f5d4df2dade5c388c52a 100644
(file)
--- a/
arch/arm/mach-omap2/clock33xx_data.c
+++ b/
arch/arm/mach-omap2/clock33xx_data.c
@@
-1013,6
+1013,7
@@
static struct omap_clk am33xx_clks[] = {
CLK(NULL, "dpll_core_m5_ck", &dpll_core_m5_ck, CK_AM33XX),
CLK(NULL, "dpll_core_m6_ck", &dpll_core_m6_ck, CK_AM33XX),
CLK(NULL, "dpll_mpu_ck", &dpll_mpu_ck, CK_AM33XX),
+ CLK("cpu0", NULL, &dpll_mpu_ck, CK_AM33XX),
CLK(NULL, "dpll_mpu_m2_ck", &dpll_mpu_m2_ck, CK_AM33XX),
CLK(NULL, "dpll_ddr_ck", &dpll_ddr_ck, CK_AM33XX),
CLK(NULL, "dpll_ddr_m2_ck", &dpll_ddr_m2_ck, CK_AM33XX),