Re: [PATCH] clk: keystone: sci-clk: add support for dynamically probing clocks

From: Santosh Shilimkar
Date: Tue Feb 13 2018 - 12:01:03 EST


On 2/13/2018 8:55 AM, Tero Kristo wrote:
Currently, the driver contains a large hints table for clocks that exist
on a device, however, it is possible to probe the clocks from the firmware
also. Add support for this, and drop the clock hints table support from
the driver completely. This causes the driver to send a few extra sci-clk
messages during boot, basically one extra for each device that exists on
the SoC; on K2G this is approx 80.

Signed-off-by: Tero Kristo <t-kristo@xxxxxx>
---
Acked-by: Santosh Shilimkar <ssantosh@xxxxxxxxxx>