diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-03-04 13:36:13 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-04-09 18:19:10 +0200 |
commit | 933143997b9a48f27549f3387676e9d7e4607815 (patch) | |
tree | e9ff2a48ef2bf72c060713fb31238f2d7ebbb71b /arch/arm | |
parent | ce417a2f23fcd4ae19d3ed070b93f274fb20b22d (diff) |
clk: renesas: Add R8A77965 clock tables
Add clock tables for R8A77965 from Linux 5.0 , except for the
crit, R and Z clock, which are neither used nor supported by
the U-Boot clock framework yet.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-rmobile/Kconfig.64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64 index f6dfc770bb..50ca6b3de9 100644 --- a/arch/arm/mach-rmobile/Kconfig.64 +++ b/arch/arm/mach-rmobile/Kconfig.64 @@ -14,7 +14,7 @@ config R8A7796 config R8A77965 bool "Renesas SoC R8A77965" - imply CLK_R8A7796 + imply CLK_R8A77965 imply PINCTRL_PFC_R8A7796 config R8A77970 |