summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-04-27 11:31:00 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-05-06 09:25:21 +0200
commitfdd554b91400189dfbcc5a5e79bc644acddf0328 (patch)
tree8def666d89e3d5122c561cce73cb1035cbbf7271 /arch
parent62919aa9081c696b7beeb1a341cac913d11869cf (diff)
downloadbarebox-fdd554b91400189dfbcc5a5e79bc644acddf0328.tar.gz
barebox-fdd554b91400189dfbcc5a5e79bc644acddf0328.tar.xz
clk: mxs: Use device tree provided clock lookups
When probing from the device tree use the device tree provided clock lookups. So far we only used the clock lookups based on the physical base address of the device, but these should go sooner or later. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mxs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig
index f7d13569ea..f4a9d3d422 100644
--- a/arch/arm/mach-mxs/Kconfig
+++ b/arch/arm/mach-mxs/Kconfig
@@ -11,6 +11,7 @@ config ARCH_TEXT_BASE
config ARCH_MXS_OF_SUPPORT
bool
+ select COMMON_CLK_OF_PROVIDER
select OFTREE
select OFDEVICE