]> asedeno.scripts.mit.edu Git - linux.git/commit
clk: meson: clean-up clock registration
authorJerome Brunet <jbrunet@baylibre.com>
Fri, 21 Dec 2018 16:02:36 +0000 (17:02 +0100)
committerNeil Armstrong <narmstrong@baylibre.com>
Mon, 7 Jan 2019 14:20:41 +0000 (15:20 +0100)
commit8d9981efbcab066d17af4d3c85c169200f6f78df
tree09b84cf7f07739d8fb1758e7a790e062186ab200
parent83d0ea237bac5fb6a7509c69a8939e999693d311
clk: meson: clean-up clock registration

Order, ids and size  between the table of regmap clocks and the onecell
data table could be different.

Set regmap pointer in all the regmap clocks before starting the
registration using the onecell data, to make sure we don't
get into an incoherent situation.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lkml.kernel.org/r/20181221160239.26265-3-jbrunet@baylibre.com
drivers/clk/meson/meson-aoclk.c