diff options
author | Tomasz Stanislawski <t.stanislaws@samsung.com> | 2014-04-04 10:53:19 -0400 |
---|---|---|
committer | Tomasz Figa <t.figa@samsung.com> | 2014-05-14 13:40:15 -0400 |
commit | a5b219b40c463ff162368c7a1dc93387054c79f5 (patch) | |
tree | 8315e76300b0282e96e48b6b1434712804ceb4a5 /drivers/clk/samsung | |
parent | 20b82ae27e89739ed8740323913d58efe593ef91 (diff) |
clk: samsung: exynos4: export sclk_hdmiphy clock
Export sclk_hdmiphy clock to be usable from DT.
Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com>
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Diffstat (limited to 'drivers/clk/samsung')
-rw-r--r-- | drivers/clk/samsung/clk-exynos4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/samsung/clk-exynos4.c b/drivers/clk/samsung/clk-exynos4.c index 7e2adcbee4cd..c4df294bb7fb 100644 --- a/drivers/clk/samsung/clk-exynos4.c +++ b/drivers/clk/samsung/clk-exynos4.c | |||
@@ -428,7 +428,7 @@ static struct samsung_fixed_rate_clock exynos4_fixed_rate_ext_clks[] __initdata | |||
428 | /* fixed rate clocks generated inside the soc */ | 428 | /* fixed rate clocks generated inside the soc */ |
429 | static struct samsung_fixed_rate_clock exynos4_fixed_rate_clks[] __initdata = { | 429 | static struct samsung_fixed_rate_clock exynos4_fixed_rate_clks[] __initdata = { |
430 | FRATE(0, "sclk_hdmi24m", NULL, CLK_IS_ROOT, 24000000), | 430 | FRATE(0, "sclk_hdmi24m", NULL, CLK_IS_ROOT, 24000000), |
431 | FRATE(0, "sclk_hdmiphy", NULL, CLK_IS_ROOT, 27000000), | 431 | FRATE(CLK_SCLK_HDMIPHY, "sclk_hdmiphy", NULL, CLK_IS_ROOT, 27000000), |
432 | FRATE(0, "sclk_usbphy0", NULL, CLK_IS_ROOT, 48000000), | 432 | FRATE(0, "sclk_usbphy0", NULL, CLK_IS_ROOT, 48000000), |
433 | }; | 433 | }; |
434 | 434 | ||