diff options
author | Maxime Ripard <maxime@cerno.tech> | 2020-06-15 11:40:46 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-06-20 03:21:15 +0300 |
commit | 72856a4ed555892c0c793becebba93fc43c50856 (patch) | |
tree | 1978b6651b35178cd30021a15f8bc01617e538c7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 869bd27541fe4eb1468dd4f0ddf76af6dd9b35ac (diff) | |
download | linux-72856a4ed555892c0c793becebba93fc43c50856.tar.xz |
clk: bcm: rpi: Use clk_hw_register for pllb_arm
The pllb_arm clock is defined as a fixed factor clock with the pllb
clock as a parent. However, all its configuration is entirely static,
and thus we don't really need to call clk_hw_register_fixed_factor() but
can simply call clk_hw_register() with a static clk_fixed_factor
structure.
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: linux-clk@vger.kernel.org
Acked-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Tested-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/1146177664999eeda65856d28ce94025021dd85e.1592210452.git-series.maxime@cerno.tech
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions