Re: [PATCH v5 18/27] clk: bcm: rpi: Make the PLLB registration function return a clk_hw

2020-06-24 Thread Stephen Boyd
Quoting Maxime Ripard (2020-06-15 01:40:58) > The raspberrypi_register_pllb has been returning an integer so far to > notify whether the functions has exited successfully or not. > > However, the OF provider functions in the clock framework require access to > the clk_hw structure so that we can

[PATCH v5 18/27] clk: bcm: rpi: Make the PLLB registration function return a clk_hw

2020-06-15 Thread Maxime Ripard
The raspberrypi_register_pllb has been returning an integer so far to notify whether the functions has exited successfully or not. However, the OF provider functions in the clock framework require access to the clk_hw structure so that we can expose those clocks to device tree consumers. Since