Re: [PATCH] clk: ti: dra7-atl-clock: Remove ti_clk_add_alias call

2019-10-02 Thread Peter Ujfalusi
On 26/09/2019 13.45, Peter Ujfalusi wrote: > ti_clk_register() calls it already so the driver should not create > duplicated alias. This patch will leave 'ret' as unused in of_dra7_atl_clock_setup(), I'll send v2 in a minute or so. > Signed-off-by: Peter Ujfalusi > --- >

[PATCH] clk: ti: dra7-atl-clock: Remove ti_clk_add_alias call

2019-09-26 Thread Peter Ujfalusi
ti_clk_register() calls it already so the driver should not create duplicated alias. Signed-off-by: Peter Ujfalusi --- drivers/clk/ti/clk-dra7-atl.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/clk/ti/clk-dra7-atl.c b/drivers/clk/ti/clk-dra7-atl.c index