summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2022-01-14 09:38:25 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-01-17 14:30:21 +0100
commit55d3756b6fb196586ad26743c3f2ec41f6fe1f5b (patch)
tree23bc95b2cfca4f620c6d42ef19cb7d5a66e721ab /arch
parent44279ec761de5a365a8f2faf85b1b8ffaca8e7db (diff)
downloadbarebox-55d3756b6fb196586ad26743c3f2ec41f6fe1f5b.tar.gz
barebox-55d3756b6fb196586ad26743c3f2ec41f6fe1f5b.tar.xz
clk: rockchip: extend for rk3399 support
This is a very straight-forward port of Linux' clock driver for the SoC facilitated with the very convenient changes done to synchronize barebox clock framework with Linux'. It adds support for clock tree, restart handler and a reset controller. Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Link: https://lore.barebox.org/20220114083825.726347-3-ahmad@a3f.at Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-rockchip/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig
index 5f45f049c2..98dc3a8dfd 100644
--- a/arch/arm/mach-rockchip/Kconfig
+++ b/arch/arm/mach-rockchip/Kconfig
@@ -35,6 +35,7 @@ config ARCH_ROCKCHIP_V8
config ARCH_RK3399
bool
select ARCH_ROCKCHIP_V8
+ select ARCH_HAS_RESET_CONTROLLER
config ARCH_RK3399PRO
bool