Hi Florian, On Mon, Feb 24, 2020 at 10:15:32AM -0800, Florian Fainelli wrote: > 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 > > Cc: Stephen Boyd > > Cc: linux-clk@vger.kernel.org > > Signed-off-by: Maxime Ripard > > 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? I'm not really qualified to talk about how the firmware will evolve in the future, but you're right that it looks a lot like what SCMI can do. Even if a firmware update was to support SCMI at some point, since the firmware is flashed in an EEPROM, we'd still have to support that interface. Maxime