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-04-28 12:22:45 +0200
commitd76f885ee3d9ace2d075cb0638e77d8358d422cf (patch)
treec980ae7a23e7dc0e67b5b0a11d8c4ba245981c8d /arch
parent222091adb4a738c90fcc2c3c1a664e5252c09bfd (diff)
downloadbarebox-d76f885ee3d9ace2d075cb0638e77d8358d422cf.tar.gz
barebox-d76f885ee3d9ace2d075cb0638e77d8358d422cf.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