Re: [PATCH] clk: rockchip: Don't yell about bad mmc phases when getting

2019-05-09 Thread Heiko Stuebner
Am Freitag, 3. Mai 2019, 23:22:08 CEST schrieb Douglas Anderson: > At boot time, my rk3288-veyron devices yell with 8 lines that look > like this: > [0.00] rockchip_mmc_get_phase: invalid clk rate > > This is because the clock framework at clk_register() time tries to > get the phase

Re: [PATCH] clk: rockchip: Don't yell about bad mmc phases when getting

2019-05-03 Thread Stephen Boyd
Quoting Douglas Anderson (2019-05-03 14:22:08) > At boot time, my rk3288-veyron devices yell with 8 lines that look > like this: > [0.00] rockchip_mmc_get_phase: invalid clk rate > > This is because the clock framework at clk_register() time tries to > get the phase but we don't have a

Re: [PATCH] clk: rockchip: Don't yell about bad mmc phases when getting

2019-05-03 Thread Heiko Stuebner
Am Freitag, 3. Mai 2019, 23:22:08 CEST schrieb Douglas Anderson: > At boot time, my rk3288-veyron devices yell with 8 lines that look > like this: > [0.00] rockchip_mmc_get_phase: invalid clk rate > > This is because the clock framework at clk_register() time tries to > get the phase

[PATCH] clk: rockchip: Don't yell about bad mmc phases when getting

2019-05-03 Thread Douglas Anderson
At boot time, my rk3288-veyron devices yell with 8 lines that look like this: [0.00] rockchip_mmc_get_phase: invalid clk rate This is because the clock framework at clk_register() time tries to get the phase but we don't have a parent yet. While the errors appear to be harmless they