commit | e92f7cca446ec503251b58ad9a8b5592a2d927de | [log] [tgz] |
---|---|---|
author | Michael Turquette <mturquette@baylibre.com> | Thu Apr 28 12:00:52 2016 -0700 |
committer | Michael Turquette <mturquette@baylibre.com> | Wed Jun 22 18:02:24 2016 -0700 |
tree | 139c4559a63d9b35fbadbf78de8ebf4376aeeb45 | |
parent | 89ef4b6217566f3429a577b84fc67b3a6463e26c [diff] |
clk: meson8b: clean up fixed rate clocks Remove the fixed_rate registration function and helpers from clkc.[ch]. Replace unnecessary configuration struct with static initialization of the desired clock type. While we're here, begin the transition to a proper platform_driver and call of_clk_add_hw_provider with a shiny new struct clk_hw_onecell_data. Tested-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Michael Turquette <mturquette@baylibre.com>