diff options
author | AnilKumar Ch <[email protected]> | 2012-09-22 02:24:15 -0600 |
---|---|---|
committer | Paul Walmsley <[email protected]> | 2012-09-22 10:50:01 -0600 |
commit | 4236bd0d7cdfe6a96619978a3b7788a68498a4a9 (patch) | |
tree | 6207b9eb0219eba3e2623360fe004ab6475df172 | |
parent | c810fde217fcaf225e7693887a1ef955a1c86097 (diff) |
ARM: OMAP2+: AM33XX: clock data: Add clkdev alias for cpu0
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 <[email protected]>
[[email protected]: changed patch subject]
Signed-off-by: Paul Walmsley <[email protected]>
-rw-r--r-- | arch/arm/mach-omap2/clock33xx_data.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/clock33xx_data.c b/arch/arm/mach-omap2/clock33xx_data.c index 2026311a4ff6..b87b88c2638b 100644 --- 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), |