diff options
author | Tom Rini <trini@konsulko.com> | 2020-11-22 10:59:49 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-11-22 10:59:49 -0500 |
commit | 6402887a9f05c98c207d29a316acb72231b65052 (patch) | |
tree | ba8df21a4eb69b513ad8af66a917e56fe1a1035d /arch/arm | |
parent | 12e396303c487c9f0fdf8d36d31a97cd2dada643 (diff) | |
parent | 46f3282b281ce222bcedd4e158629c5a97882933 (diff) | |
download | u-boot-6402887a9f05c98c207d29a316acb72231b65052.tar.gz |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh
- Assorted pinctrl updates
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-rmobile/Kconfig.64 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64 index be3ea3c1a9..0ef6cf619b 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" @@ -16,6 +17,7 @@ config R8A774C0 config R8A774E1 bool "Renesas SoC R8A774E1" imply CLK_R8A774E1 + imply PINCTRL_PFC_R8A774E1 config R8A7795 bool "Renesas SoC R8A7795" |