aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91/pmc.h
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2019-04-02 14:50:51 +0200
committerStephen Boyd <sboyd@kernel.org>2019-04-25 12:34:03 -0700
commite4cfb823bd71c785fe482e4d7491ef04ac561a7d (patch)
tree54f8cec6f17340410d8b8ebcf2fe30ad4bfa585d /drivers/clk/at91/pmc.h
parentclk: at91: allow configuring peripheral PCR layout (diff)
downloadlinux-dev-e4cfb823bd71c785fe482e4d7491ef04ac561a7d.tar.xz
linux-dev-e4cfb823bd71c785fe482e4d7491ef04ac561a7d.zip
clk: at91: allow configuring generated PCR layout
The PCR register layout for GCLKCSS is changing for the future SoCs, allow configuring it. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/at91/pmc.h')
-rw-r--r--drivers/clk/at91/pmc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/at91/pmc.h b/drivers/clk/at91/pmc.h
index 616c04588093..4027306b904c 100644
--- a/drivers/clk/at91/pmc.h
+++ b/drivers/clk/at91/pmc.h
@@ -116,6 +116,7 @@ at91_clk_register_audio_pll_pmc(struct regmap *regmap, const char *name,
struct clk_hw * __init
at91_clk_register_generated(struct regmap *regmap, spinlock_t *lock,
+ const struct clk_pcr_layout *layout,
const char *name, const char **parent_names,
u8 num_parents, u8 id, bool pll_audio,
const struct clk_range *range);