Re: [PATCH 16/89] clk: bcm: rpi: Add clock id to data
From: Nicolas Saenz Julienne <hidden>
Date: 2020-02-25 16:25:04
Also in:
dri-devel, linux-clk, lkml
From: Nicolas Saenz Julienne <hidden>
Date: 2020-02-25 16:25:04
Also in:
dri-devel, linux-clk, lkml
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 <redacted>
Acked-by: Nicolas Saenz Julienne <redacted> Thanks! Nicolas