Re: [PATCH v5 03/27] firmware: rpi: Only create clocks device if we don't have a node for it

2020-06-24 Thread Stephen Boyd
Quoting Maxime Ripard (2020-06-15 01:40:43) > The firmware clocks driver was previously probed through a platform_device > created by the firmware driver. > > Since we will now have a node for that clocks driver, we need to create the > device only in the case where there's no node for it already.

[PATCH v5 03/27] firmware: rpi: Only create clocks device if we don't have a node for it

2020-06-15 Thread Maxime Ripard
The firmware clocks driver was previously probed through a platform_device created by the firmware driver. Since we will now have a node for that clocks driver, we need to create the device only in the case where there's no node for it already. Reviewed-by: Nicolas Saenz Julienne Tested-by: Nico