diff mbox series

[V2,5/6] ARM: rmobile: beacon: Enable reference clocks for USB and AVB

Message ID 20210920161432.13110-5-aford173@gmail.com
State Accepted
Commit 5c5437b81e5ba4f39a2e937d5fcbb07468007403
Delegated to: Marek Vasut
Headers show
Series [V2,1/6] ARM: rmobile: Enable board detection when FIT is enabled | expand

Commit Message

Adam Ford Sept. 20, 2021, 4:14 p.m. UTC
Both Ethernet and USB drivers get their reference clocks from
the versaclock.  Enable that driver and the common clock driver
by default.

Signed-off-by: Adam Ford <aford173@gmail.com>
---
 arch/arm/mach-rmobile/Kconfig.64 | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64
index 19fc3cab3a..1ab660cb63 100644
--- a/arch/arm/mach-rmobile/Kconfig.64
+++ b/arch/arm/mach-rmobile/Kconfig.64
@@ -82,6 +82,8 @@  config TARGET_BEACON_RZG2M
 	select PINCTRL_PFC_R8A774E1
 	imply MULTI_DTB_FIT
 	imply MULTI_DTB_FIT_USER_DEFINED_AREA
+	imply CLK_VERSACLOCK
+	imply CLK_CCF
 
 config TARGET_CONDOR
 	bool "Condor board"