clk: bcm: rpi: Pass the clocks data to the firmware function
authorMaxime Ripard <maxime@cerno.tech>
Fri, 7 Feb 2020 15:08:17 +0000 (16:08 +0100)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:33:33 +0000 (16:33 +0100)
commitefaabd318b1386bffdcd01fa71ebcd5d490eb63b
treeb68032c4c0005808ae9c0e2c11e8018eb6b494dd
parent066741e620584ae8fd1ed7a3b934928ad2662328
clk: bcm: rpi: Pass the clocks data to the firmware function

The raspberry_clock_property only takes the clock ID as an argument, but
now that we have a clock data structure it makes more sense to just pass
that structure instead.

Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: linux-clk@vger.kernel.org
Acked-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
drivers/clk/bcm/clk-raspberrypi.c