diff options
author | Marek Vasut | 2023-01-26 21:01:40 +0100 |
---|---|---|
committer | Marek Vasut | 2023-02-02 01:49:20 +0100 |
commit | 9916e8bfc6ea1ada2ddc189859733fdffcd3823b (patch) | |
tree | 9db27875f5a5657427e405bdba1fb56e7ea303dd /arch/arm/mach-rmobile | |
parent | f46776cce0e87d7cc9be7259cab12e907d06d900 (diff) |
pinctrl: renesas: Synchronize R8A7795 H3 PFC tables with Linux 6.1.7
Synchronize R-Car R8A7795 H3 PFC tables with Linux 6.1.7,
commit 21e996306a6afaae88295858de0ffb8955173a15 .
Note that the Kconfig option name has been updated to match the
Linux kernel Kconfig option name, from PINCTRL_PFC_R8A7795 to
PINCTRL_PFC_R8A77951 .
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'arch/arm/mach-rmobile')
-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 007eaad251d..13f3f5fde43 100644 --- a/arch/arm/mach-rmobile/Kconfig.64 +++ b/arch/arm/mach-rmobile/Kconfig.64 @@ -30,7 +30,7 @@ config R8A7795 bool "Renesas SoC R8A7795" select GICV2 imply CLK_R8A7795 - imply PINCTRL_PFC_R8A7795 + imply PINCTRL_PFC_R8A77951 config R8A7796 bool "Renesas SoC R8A7796" |