提交 2cc84f46 编写于 作者: T Tomi Valkeinen 提交者: Paul Walmsley

ARM: OMAP4: fix RFBI iclk

RFBI iclk was set to point to hacky "dss_fck", which will be removed.
Instead use "l3_div_ck", which is the proper clock for this. "l3_div_ck"
is the parent of "dss_fck", so the clock rate is the same as previously.
Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: NArchit Taneja <archit.taneja@gmail.com>
Signed-off-by: NPaul Walmsley <paul@pwsan.com>
上级 7ede8561
...@@ -895,7 +895,7 @@ ...@@ -895,7 +895,7 @@
reg = <0x58002000 0x1000>; reg = <0x58002000 0x1000>;
status = "disabled"; status = "disabled";
ti,hwmods = "dss_rfbi"; ti,hwmods = "dss_rfbi";
clocks = <&dss_dss_clk>, <&dss_fck>; clocks = <&dss_dss_clk>, <&l3_div_ck>;
clock-names = "fck", "ick"; clock-names = "fck", "ick";
}; };
......
...@@ -824,7 +824,7 @@ static struct omap_hwmod_dma_info omap44xx_dss_rfbi_sdma_reqs[] = { ...@@ -824,7 +824,7 @@ static struct omap_hwmod_dma_info omap44xx_dss_rfbi_sdma_reqs[] = {
}; };
static struct omap_hwmod_opt_clk dss_rfbi_opt_clks[] = { static struct omap_hwmod_opt_clk dss_rfbi_opt_clks[] = {
{ .role = "ick", .clk = "dss_fck" }, { .role = "ick", .clk = "l3_div_ck" },
}; };
static struct omap_hwmod omap44xx_dss_rfbi_hwmod = { static struct omap_hwmod omap44xx_dss_rfbi_hwmod = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册