diff options
author | Andrzej Hajda <a.hajda@samsung.com> | 2015-10-20 05:22:32 -0400 |
---|---|---|
committer | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2016-02-03 05:03:34 -0500 |
commit | 68b2206a57c22d5b7c5bb16308a4afafe04d416d (patch) | |
tree | e3a499ca4b9d64488fca2865606c648ba37ff54b /drivers/clk | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) |
clk/samsung: exynos5433: add definitions of HDMI-PHY output clocks
HDMI driver must re-parent respective muxes during HDMI-PHY on/off
to HDMI-PHY output clocks. To reference those clocks their
definitions should be added.
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'drivers/clk')
-rw-r--r-- | drivers/clk/samsung/clk-exynos5433.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/clk/samsung/clk-exynos5433.c b/drivers/clk/samsung/clk-exynos5433.c index cee062c588de..55300142188b 100644 --- a/drivers/clk/samsung/clk-exynos5433.c +++ b/drivers/clk/samsung/clk-exynos5433.c | |||
@@ -2614,8 +2614,10 @@ static struct samsung_fixed_rate_clock disp_fixed_clks[] __initdata = { | |||
2614 | FRATE(0, "phyclk_mipidphy0_rxclkesc0_phy", NULL, CLK_IS_ROOT, | 2614 | FRATE(0, "phyclk_mipidphy0_rxclkesc0_phy", NULL, CLK_IS_ROOT, |
2615 | 100000000), | 2615 | 100000000), |
2616 | /* PHY clocks from HDMI_PHY */ | 2616 | /* PHY clocks from HDMI_PHY */ |
2617 | FRATE(0, "phyclk_hdmiphy_tmds_clko_phy", NULL, CLK_IS_ROOT, 300000000), | 2617 | FRATE(CLK_PHYCLK_HDMIPHY_TMDS_CLKO_PHY, "phyclk_hdmiphy_tmds_clko_phy", |
2618 | FRATE(0, "phyclk_hdmiphy_pixel_clko_phy", NULL, CLK_IS_ROOT, 166000000), | 2618 | NULL, CLK_IS_ROOT, 300000000), |
2619 | FRATE(CLK_PHYCLK_HDMIPHY_PIXEL_CLKO_PHY, "phyclk_hdmiphy_pixel_clko_phy", | ||
2620 | NULL, CLK_IS_ROOT, 166000000), | ||
2619 | }; | 2621 | }; |
2620 | 2622 | ||
2621 | static struct samsung_mux_clock disp_mux_clks[] __initdata = { | 2623 | static struct samsung_mux_clock disp_mux_clks[] __initdata = { |