aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-s3c')
-rw-r--r--arch/arm/plat-s3c/include/plat/cpu-freq.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/plat-s3c/include/plat/cpu-freq.h b/arch/arm/plat-s3c/include/plat/cpu-freq.h
index 0ba7670fd075..7b982b7f28cd 100644
--- a/arch/arm/plat-s3c/include/plat/cpu-freq.h
+++ b/arch/arm/plat-s3c/include/plat/cpu-freq.h
@@ -98,26 +98,6 @@ struct s3c_pllval {
98}; 98};
99 99
100/** 100/**
101 * struct s3c_cpufreq_config - current cpu frequency configuration
102 * @freq: The current settings for the core clocks.
103 * @pll: The PLL table entry for the current PLL settings.
104 * @divs: The divisor settings for the core clocks.
105 * @info: The current core driver information.
106 * @board: The information for the board we are running on.
107 *
108 * This is for the core drivers that need to know information about
109 * the current settings and values. It should not be needed by any
110 * device drivers.
111*/
112struct s3c_cpufreq_config {
113 struct s3c_freq freq;
114 struct s3c_pllval pll;
115 struct s3c_clkdivs divs;
116 struct s3c_cpufreq_info *info; /* for core, not drivers */
117 struct s3c_cpufreq_board *board;
118};
119
120/**
121 * struct s3c_cpufreq_board - per-board cpu frequency informatin 101 * struct s3c_cpufreq_board - per-board cpu frequency informatin
122 * @refresh: The SDRAM refresh period in nanoseconds. 102 * @refresh: The SDRAM refresh period in nanoseconds.
123 * @auto_io: Set if the IO timing settings should be generated from the 103 * @auto_io: Set if the IO timing settings should be generated from the