[PATCH V2 1/2] ARM: dts: rmobile: beacon-renesom: Enable USB and ethernet ref clocks

Adam Ford aford173 at gmail.com
Tue Aug 24 20:40:57 CEST 2021


There are two versaclock programmable clock chips used to provide
reference clocks for both USB and Ethernet.  Enable the driver
in the configs to run these clocks.

Signed-off-by: Adam Ford <aford173 at gmail.com>
---
V2: Move from defconfig to kconfig

diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64
index a6dcce180b..c90ea06692 100644
--- a/arch/arm/mach-rmobile/Kconfig.64
+++ b/arch/arm/mach-rmobile/Kconfig.64
@@ -76,18 +76,24 @@ config TARGET_BEACON_RZG2H
 	select R8A774E1
 	select RZ_G2
 	select PINCTRL_PFC_R8A774E1
+	select CLK_CCF
+	select CLK_VERSACLOCK
 
 config TARGET_BEACON_RZG2M
 	bool "Beacon EmbeddedWorks RZ/G2M Dev Kit"
 	select R8A774A1
 	select RZ_G2
 	select PINCTRL_PFC_R8A774A1
+	select CLK_CCF
+	select CLK_VERSACLOCK
 
 config TARGET_BEACON_RZG2N
 	bool "Beacon EmbeddedWorks RZ/G2N Dev Kit"
 	select R8A774B1
 	select RZ_G2
 	select PINCTRL_PFC_R8A774B1
+	select CLK_CCF
+	select CLK_VERSACLOCK
 
 config TARGET_CONDOR
 	bool "Condor board"
-- 
2.25.1



More information about the U-Boot mailing list