diff options
author | Michael Turquette <mturquette@linaro.org> | 2015-05-08 21:57:23 +0300 |
---|---|---|
committer | Michael Turquette <mturquette@linaro.org> | 2015-05-08 21:57:23 +0300 |
commit | 81573560150d2f1a6d8433475a3660fcbcf08519 (patch) | |
tree | fb31ef8787fc6e36531076b8e8730064e6c8449c /drivers/clk/samsung/clk-exynos5420.c | |
parent | c4b6c26e828f4df30fe3289f35c100088f2ff71d (diff) | |
parent | 0cd3be6e9a46f84ef7a42e1a5645d32ad547b12e (diff) | |
download | linux-81573560150d2f1a6d8433475a3660fcbcf08519.tar.xz |
Merge branch 'clk-fixes' into clk-next
Diffstat (limited to 'drivers/clk/samsung/clk-exynos5420.c')
-rw-r--r-- | drivers/clk/samsung/clk-exynos5420.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/samsung/clk-exynos5420.c b/drivers/clk/samsung/clk-exynos5420.c index af9979001b95..a1d731ca8f48 100644 --- a/drivers/clk/samsung/clk-exynos5420.c +++ b/drivers/clk/samsung/clk-exynos5420.c @@ -271,6 +271,7 @@ static const struct samsung_clk_reg_dump exynos5420_set_clksrc[] = { { .offset = SRC_MASK_PERIC0, .value = 0x11111110, }, { .offset = SRC_MASK_PERIC1, .value = 0x11111100, }, { .offset = SRC_MASK_ISP, .value = 0x11111000, }, + { .offset = GATE_BUS_TOP, .value = 0xffffffff, }, { .offset = GATE_BUS_DISP1, .value = 0xffffffff, }, { .offset = GATE_IP_PERIC, .value = 0xffffffff, }, }; |