On Fri, Jan 23, 2015 at 05:11:43PM -0600, Felipe Balbi wrote:
quoted hunk ↗ jump to hunk
without these entries, omap_hwmod will not be
able to find debugss clocks.
Signed-off-by: Felipe Balbi <redacted>
---
drivers/clk/ti/clk-43xx.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/drivers/clk/ti/clk-43xx.c b/drivers/clk/ti/clk-43xx.c
index 3795fce8a830..46a597c815c9 100644
--- a/drivers/clk/ti/clk-43xx.c
+++ b/drivers/clk/ti/clk-43xx.c
@@ -83,6 +83,12 @@ static struct ti_dt_clk am43xx_clks[] = {
DT_CLK(NULL, "gfx_fck_div_ck", "gfx_fck_div_ck"),
DT_CLK(NULL, "timer_32k_ck", "clkdiv32k_ick"),
DT_CLK(NULL, "timer_sys_ck", "sys_clkin_ck"),
+ DT_CLK(NULL, "trace_clk_div_ck", "trace_clk_div_ck"),
+ DT_CLK(NULL, "trace_pm_clk_mux_ck", "trace_pm_clk_mux_ck"),
hmmm, this should be trace_pmd_clk_mux_ck. How did this even work ? I'll
fix and retest.
Won't resend until tomorrow though.
--
balbi