aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/samsung/clk-exynos7.c
diff options
context:
space:
mode:
authorAlim Akhtar <alim.akhtar@samsung.com>2015-09-10 14:14:36 +0530
committerSylwester Nawrocki <s.nawrocki@samsung.com>2015-09-15 11:16:11 +0200
commitad108e10ae3ce6bc68eb89e788296a3c40801482 (patch)
tree717e0ac801816edb60575eb2495488ba7c89f93e /drivers/clk/samsung/clk-exynos7.c
parentclk: samsung: exynos7: Correct CMU_FSYS1 clocks names (diff)
downloadlinux-dev-ad108e10ae3ce6bc68eb89e788296a3c40801482.tar.xz
linux-dev-ad108e10ae3ce6bc68eb89e788296a3c40801482.zip
clk: samsung: exynos7: Add missing fixed_clks to cmu_info
FSYS0 fixed clocks are not added to fsys0_cmu_info, this makes some of the usb clocks orphans. This fixes the same. Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'drivers/clk/samsung/clk-exynos7.c')
-rw-r--r--drivers/clk/samsung/clk-exynos7.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/samsung/clk-exynos7.c b/drivers/clk/samsung/clk-exynos7.c
index 5cc68440e793..04275efb8c02 100644
--- a/drivers/clk/samsung/clk-exynos7.c
+++ b/drivers/clk/samsung/clk-exynos7.c
@@ -934,6 +934,8 @@ static struct samsung_gate_clock fsys0_gate_clks[] __initdata = {
};
static struct samsung_cmu_info fsys0_cmu_info __initdata = {
+ .fixed_clks = fixed_rate_clks_fsys0,
+ .nr_fixed_clks = ARRAY_SIZE(fixed_rate_clks_fsys0),
.mux_clks = fsys0_mux_clks,
.nr_mux_clks = ARRAY_SIZE(fsys0_mux_clks),
.gate_clks = fsys0_gate_clks,