linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: ti: dra7: fix "failed to lookup clock node gmac_gmii_ref_clk_div" boot message
@ 2016-11-29 23:07 Grygorii Strashko
  2016-12-08 23:09 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Grygorii Strashko @ 2016-11-29 23:07 UTC (permalink / raw)
  To: Michael Turquette, Tero Kristo, Tony Lindgren, Stephen Boyd
  Cc: linux-omap, linux-clk, Grygorii Strashko

Prevent creating clk alias for non existing gmac_gmii_ref_clk_div clock and,
this way, eliminate excessive error message during boot:

 "ti_dt_clocks_register: failed to lookup clock node gmac_gmii_ref_clk_div"

Fixes: c097338ebd3f ("ARM: dts: dra7: cpsw: fix clocks tree")
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
---
 drivers/clk/ti/clk-7xx.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/clk/ti/clk-7xx.c b/drivers/clk/ti/clk-7xx.c
index bfa17d3..9fd6043 100644
--- a/drivers/clk/ti/clk-7xx.c
+++ b/drivers/clk/ti/clk-7xx.c
@@ -201,7 +201,6 @@ static struct ti_dt_clk dra7xx_clks[] = {
 	DT_CLK(NULL, "atl_dpll_clk_mux", "atl_dpll_clk_mux"),
 	DT_CLK(NULL, "atl_gfclk_mux", "atl_gfclk_mux"),
 	DT_CLK(NULL, "dcan1_sys_clk_mux", "dcan1_sys_clk_mux"),
-	DT_CLK(NULL, "gmac_gmii_ref_clk_div", "gmac_gmii_ref_clk_div"),
 	DT_CLK(NULL, "gmac_rft_clk_mux", "gmac_rft_clk_mux"),
 	DT_CLK(NULL, "gpu_core_gclk_mux", "gpu_core_gclk_mux"),
 	DT_CLK(NULL, "gpu_hyd_gclk_mux", "gpu_hyd_gclk_mux"),
-- 
2.10.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] clk: ti: dra7: fix "failed to lookup clock node gmac_gmii_ref_clk_div" boot message
  2016-11-29 23:07 [PATCH] clk: ti: dra7: fix "failed to lookup clock node gmac_gmii_ref_clk_div" boot message Grygorii Strashko
@ 2016-12-08 23:09 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2016-12-08 23:09 UTC (permalink / raw)
  To: Grygorii Strashko
  Cc: Michael Turquette, Tero Kristo, Tony Lindgren, linux-omap,
	linux-clk

On 11/29, Grygorii Strashko wrote:
> Prevent creating clk alias for non existing gmac_gmii_ref_clk_div clock and,
> this way, eliminate excessive error message during boot:
> 
>  "ti_dt_clocks_register: failed to lookup clock node gmac_gmii_ref_clk_div"
> 
> Fixes: c097338ebd3f ("ARM: dts: dra7: cpsw: fix clocks tree")
> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
> ---

Applied to clk-next

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-08 23:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-29 23:07 [PATCH] clk: ti: dra7: fix "failed to lookup clock node gmac_gmii_ref_clk_div" boot message Grygorii Strashko
2016-12-08 23:09 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).