Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1286463
| From | Marek Szyprowski <m.szyprowski@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] clk: samsung: exynos542x: fix MFC clock hierarchy parent |
| Date | 2015-12-08 14:30 +0100 |
| Message-ID | <qDqv8-2Ue-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Proper source for MFC block is mout_user_aclk333 (in datasheet named
USER_MUX_ACLK_333), not the output of CLKDIV_ACLK_333 MUX.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
---
drivers/clk/samsung/clk-exynos5420.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/samsung/clk-exynos5420.c b/drivers/clk/samsung/clk-exynos5420.c
index 389af3c15ec4..b2055c4ba237 100644
--- a/drivers/clk/samsung/clk-exynos5420.c
+++ b/drivers/clk/samsung/clk-exynos5420.c
@@ -926,7 +926,7 @@ static struct samsung_gate_clock exynos5x_gate_clks[] __initdata = {
GATE_BUS_TOP, 13, 0, 0),
GATE(0, "aclk166", "mout_user_aclk166",
GATE_BUS_TOP, 14, CLK_IGNORE_UNUSED, 0),
- GATE(0, "aclk333", "mout_aclk333",
+ GATE(0, "aclk333", "mout_user_aclk333",
GATE_BUS_TOP, 15, CLK_IGNORE_UNUSED, 0),
GATE(0, "aclk400_isp", "mout_user_aclk400_isp",
GATE_BUS_TOP, 16, 0, 0),
--
1.9.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] clk: samsung: exynos542x: fix MFC clock hierarchy parent Marek Szyprowski <m.szyprowski@samsung.com> - 2015-12-08 14:30 +0100 Re: [PATCH] clk: samsung: exynos542x: fix MFC clock hierarchy parent Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-12-09 05:50 +0100 Re: [PATCH] clk: samsung: exynos542x: fix MFC clock hierarchy parent Tomasz Figa <tomasz.figa@gmail.com> - 2015-12-11 07:10 +0100
csiph-web