diff options
author | Biju Das <biju.das.jz@bp.renesas.com> | 2020-10-28 10:34:21 +0000 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2020-11-22 12:49:22 +0100 |
commit | c5f376258883947ddcd8b89bb0f458c8008eb0a4 (patch) | |
tree | 918ac15fdeb13c16c1872e45e8338fb162996c4f /arch | |
parent | 12e396303c487c9f0fdf8d36d31a97cd2dada643 (diff) | |
download | u-boot-c5f376258883947ddcd8b89bb0f458c8008eb0a4.zip u-boot-c5f376258883947ddcd8b89bb0f458c8008eb0a4.tar.gz u-boot-c5f376258883947ddcd8b89bb0f458c8008eb0a4.tar.bz2 |
pinctrl: renesas: r8a77965: Add R8A774B1 PFC support
Renesas RZ/G2N (r8a774b1) is pin compatible with R-Car M3-N (r8a77965),
however it doesn't have several automotive specific peripherals. Add
a r8a77965 specific pin groups/functions along with common pin
groups/functions for supporting both r8a77965 and r8a774b1 SoC.
PFC changes are synced from 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 be3ea3c..91aa4dd 100644 --- a/arch/arm/mach-rmobile/Kconfig.64 +++ b/arch/arm/mach-rmobile/Kconfig.64 @@ -8,6 +8,7 @@ config R8A774A1 config R8A774B1 bool "Renesas SoC R8A774B1" imply CLK_R8A774B1 + imply PINCTRL_PFC_R8A774B1 config R8A774C0 bool "Renesas SoC R8A774C0" |