projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d86d46a
)
clk: ti: dra7: fix "failed to lookup clock node gmac_gmii_ref_clk_div" boot message
author
Grygorii Strashko
<grygorii.strashko@ti.com>
Tue, 29 Nov 2016 23:07:57 +0000
(17:07 -0600)
committer
Stephen Boyd
<sboyd@codeaurora.org>
Thu, 8 Dec 2016 23:09:12 +0000
(15:09 -0800)
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>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/ti/clk-7xx.c
patch
|
blob
|
history
diff --git
a/drivers/clk/ti/clk-7xx.c
b/drivers/clk/ti/clk-7xx.c
index bfa17d33ef3b948e8c679e7ef6609fb0ed4ab1c1..9fd6043314eb3968815750b084664d593e9cde51 100644
(file)
--- 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"),