On 2/24/20 1:06 AM, Maxime Ripard wrote:
The firmware has an interface to discover the clocks it exposes.
Let's use it to discover, register the clocks in the clocks framework and then expose them through the device tree for consumers to use them.
Cc: Michael Turquette mturquette@baylibre.com Cc: Stephen Boyd sboyd@kernel.org Cc: linux-clk@vger.kernel.org Signed-off-by: Maxime Ripard maxime@cerno.tech
That seems like a re-implementaiton of SCMI without all of its protocols, without being able to use the existing drivers, maybe a firmware update should be considered so standard drivers can be leveraged?