clk: ux500: Add driver for the reset portions of PRCC
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 21 Sep 2021 18:48:03 +0000 (20:48 +0200)
committerStephen Boyd <sboyd@kernel.org>
Wed, 27 Oct 2021 01:06:05 +0000 (18:06 -0700)
commitb14cbdfd467d1e505ad8e03f94e18b3cffc37043
treed65fbf4a0d28b1472af318f55ba3fb671eb082d5
parentf2b883bbdd08b32f4c52cc95bccb4defae6ebf74
clk: ux500: Add driver for the reset portions of PRCC

The Ux500 PRCC (peripheral reset and clock controller) can also
control reset of the IP blocks, not just clocks. As the PRCC is probed
as a clock controller and we have other platforms implementing combined
clock and reset controllers, follow this pattern and implement the PRCC
rest controller as part of the clock driver.

The reset controller needs to be selected from the machine as Ux500 has
traditionally selected its mandatory subsystem prerequisites from there.

Cc: Philipp Zabel <p.zabel@pengutronix.de>
Cc: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20210921184803.1757916-2-linus.walleij@linaro.org
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
[sboyd@kernel.org: Dropped allocation error message]
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
arch/arm/mach-ux500/Kconfig
drivers/clk/ux500/Makefile
drivers/clk/ux500/prcc.h [new file with mode: 0644]
drivers/clk/ux500/reset-prcc.c [new file with mode: 0644]
drivers/clk/ux500/reset-prcc.h [new file with mode: 0644]
drivers/clk/ux500/u8500_of_clk.c