diff options
author | Biju Das <biju.das.jz@bp.renesas.com> | 2020-10-14 18:17:35 +0100 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2020-10-20 12:56:51 +0200 |
commit | 54db9e8b8ff46aae2b91220ece76257df97da9e8 (patch) | |
tree | 803fe7eac7239d85108d32a491d3137d778d0858 /arch | |
parent | fc5e5522096af4917b189055dcd91e8d50c52149 (diff) | |
download | u-boot-54db9e8b8ff46aae2b91220ece76257df97da9e8.tar.gz |
clk: renesas: Add R8A774B1 clock tables
This sync's the RZ/G2N clock tables with mainline linux 5.9 commit
bbf5c979011a ("Linux 5.9").
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Diffstat (limited to 'arch')
-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 84e89553f1..d5743ebce9 100644 --- a/arch/arm/mach-rmobile/Kconfig.64 +++ b/arch/arm/mach-rmobile/Kconfig.64 @@ -7,6 +7,7 @@ config R8A774A1 config R8A774B1 bool "Renesas SoC R8A774B1" + imply CLK_R8A774B1 config R8A774C0 bool "Renesas SoC R8A774C0" |