Re: [PATCH v4 3/7] firmware: raspberrypi: register clk device

2019-06-25 Thread Stephen Boyd
Quoting Nicolas Saenz Julienne (2019-06-12 11:24:55) > Since clk-raspberrypi is tied to the VC4 firmware instead of particular > hardware it's registration should be performed by the firmware driver. > > Signed-off-by: Nicolas Saenz Julienne > Acked-by: Eric Anholt > --- Applied to clk-next

[PATCH v4 3/7] firmware: raspberrypi: register clk device

2019-06-12 Thread Nicolas Saenz Julienne
Since clk-raspberrypi is tied to the VC4 firmware instead of particular hardware it's registration should be performed by the firmware driver. Signed-off-by: Nicolas Saenz Julienne Acked-by: Eric Anholt --- drivers/firmware/raspberrypi.c | 10 ++ 1 file changed, 10 insertions(+) diff