diff options
author | Lad Prabhakar | 2020-10-16 08:37:14 +0100 |
---|---|---|
committer | Marek Vasut | 2020-10-20 12:56:52 +0200 |
commit | a3c1fd6393009fc39ce627dbc4182f6525c50707 (patch) | |
tree | 37d16470eec78b82827955f8a5582e85de2c9088 /arch/arm/mach-rmobile/Kconfig.64 | |
parent | e9d91b82fe275ff6f260ae8d86e3148260c49111 (diff) |
clk: renesas: Import R8A774C0 clock tables from Linux 5.9
Import RZ/G2E (R8A774C0) clock tables from Linux 5.9 commit
bbf5c979011a ("Linux 5.9").
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
Diffstat (limited to 'arch/arm/mach-rmobile/Kconfig.64')
-rw-r--r-- | arch/arm/mach-rmobile/Kconfig.64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64 index b80505db263..be3ea3c1a9c 100644 --- a/arch/arm/mach-rmobile/Kconfig.64 +++ b/arch/arm/mach-rmobile/Kconfig.64 @@ -11,6 +11,7 @@ config R8A774B1 config R8A774C0 bool "Renesas SoC R8A774C0" + imply CLK_R8A774C0 config R8A774E1 bool "Renesas SoC R8A774E1" |