From 933143997b9a48f27549f3387676e9d7e4607815 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Mon, 4 Mar 2019 13:36:13 +0100 Subject: 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 Cc: Nobuhiro Iwamatsu --- arch/arm/mach-rmobile/Kconfig.64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm') 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 -- cgit