Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: ti: dra7: fix "failed to lookup clock node gmac_gmii_ref_clk_div" boot message

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>

authored by

Grygorii Strashko and committed by
Stephen Boyd
f8d17344 d86d46af

-1
-1
drivers/clk/ti/clk-7xx.c
··· 201 201 DT_CLK(NULL, "atl_dpll_clk_mux", "atl_dpll_clk_mux"), 202 202 DT_CLK(NULL, "atl_gfclk_mux", "atl_gfclk_mux"), 203 203 DT_CLK(NULL, "dcan1_sys_clk_mux", "dcan1_sys_clk_mux"), 204 - DT_CLK(NULL, "gmac_gmii_ref_clk_div", "gmac_gmii_ref_clk_div"), 205 204 DT_CLK(NULL, "gmac_rft_clk_mux", "gmac_rft_clk_mux"), 206 205 DT_CLK(NULL, "gpu_core_gclk_mux", "gpu_core_gclk_mux"), 207 206 DT_CLK(NULL, "gpu_hyd_gclk_mux", "gpu_hyd_gclk_mux"),