git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e8fb50
)
ARM: rmobile: beacon: Enable reference clocks for USB and AVB
author
Adam Ford
<aford173@gmail.com>
Mon, 20 Sep 2021 16:14:31 +0000
(11:14 -0500)
committer
Marek Vasut
<marek.vasut+renesas@gmail.com>
Fri, 29 Oct 2021 19:52:20 +0000
(21:52 +0200)
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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rmobile/Kconfig.64
b/arch/arm/mach-rmobile/Kconfig.64
index
d76c3a7
..
007eaad
100644
(file)
--- a/
arch/arm/mach-rmobile/Kconfig.64
+++ b/
arch/arm/mach-rmobile/Kconfig.64
@@
-94,6
+94,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"