diff options
author | Vikas Sajjan <vikas.sajjan@linaro.org> | 2013-06-11 11:31:16 +0200 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-08-02 22:24:18 +0200 |
commit | d2127ac4518d81fa5edcaf922fdd34b54a2888a7 (patch) | |
tree | c7283bee9d4425f139f2fc393ad3e90154c2ece6 /drivers/clk/samsung/clk.h | |
parent | clk: samsung: Reorder MUX registration for mout_vpllsrc (diff) | |
download | linux-d2127ac4518d81fa5edcaf922fdd34b54a2888a7.tar.xz linux-d2127ac4518d81fa5edcaf922fdd34b54a2888a7.zip |
clk: samsung: Add EPLL and VPLL freq table for exynos5250 SoC
Adds the EPLL and VPLL freq table for exynos5250 SoC.
Signed-off-by: Vikas Sajjan <vikas.sajjan@linaro.org>
Signed-off-by: Yadwinder Singh Brar <yadi.brar@samsung.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/samsung/clk.h')
-rw-r--r-- | drivers/clk/samsung/clk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/samsung/clk.h b/drivers/clk/samsung/clk.h index b3f2532823d5..e7dfccb5d981 100644 --- a/drivers/clk/samsung/clk.h +++ b/drivers/clk/samsung/clk.h @@ -40,6 +40,8 @@ struct samsung_clock_alias { .alias = a, \ } +#define MHZ (1000 * 1000) + /** * struct samsung_fixed_rate_clock: information about fixed-rate clock * @id: platform specific id of the clock. |