Re: [PATCH v3 2/7] firmware: raspberrypi: Move the clock IDs to the firmware header

2022-10-14 Thread Florian Fainelli
On 10/13/22 02:13, Maxime Ripard wrote: We'll need the clock IDs in more drivers than just the clock driver from now on, so let's move them in the firmware header. Signed-off-by: Maxime Ripard Reviewed-by: Florian Fainelli -- Florian

Re: [PATCH v3 2/7] firmware: raspberrypi: Move the clock IDs to the firmware header

2022-10-14 Thread Stephen Boyd
Quoting Maxime Ripard (2022-10-13 02:13:09) > We'll need the clock IDs in more drivers than just the clock driver from > now on, so let's move them in the firmware header. > > Signed-off-by: Maxime Ripard > --- Acked-by: Stephen Boyd

[PATCH v3 2/7] firmware: raspberrypi: Move the clock IDs to the firmware header

2022-10-13 Thread Maxime Ripard
We'll need the clock IDs in more drivers than just the clock driver from now on, so let's move them in the firmware header. Signed-off-by: Maxime Ripard --- drivers/clk/bcm/clk-raspberrypi.c | 18 -- include/soc/bcm2835/raspberrypi-firmware.h | 18 ++ 2