On Mon, 2020-02-24 at 10:06 +0100, Maxime Ripard wrote:
The driver has really only supported one clock so far and has hardcoded the ID used in communications with the firmware in all the functions implementing the clock framework hooks. Let's store that in the clock data structure so that we can support more clocks later on.
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
Acked-by: Nicolas Saenz Julienne nsaenzjulienne@suse.de
Thanks! Nicolas