projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5403bec
)
ARM: rmobile: Always select pin control drivers on Gen3
author
Marek Vasut
<marek.vasut+renesas@gmail.com>
Sun, 21 Apr 2019 20:14:11 +0000
(22:14 +0200)
committer
Marek Vasut
<marex@denx.de>
Sat, 4 May 2019 17:26:49 +0000
(19:26 +0200)
To assure the pins on R-Car Gen3 SoCs are configured correctly, always
select pin control drivers on Gen3 SoCs.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/mach-rmobile/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rmobile/Kconfig
b/arch/arm/mach-rmobile/Kconfig
index c6e5f75daf032fa6c8b81f574752f49586a89a60..babb5e9e843ab0cb2470b5b8a9e227a46e0c66b2 100644
(file)
--- a/
arch/arm/mach-rmobile/Kconfig
+++ b/
arch/arm/mach-rmobile/Kconfig
@@
-13,6
+13,9
@@
config RCAR_GEN3
select ARM64
select PHY
select CMD_CACHE
+ select PINCTRL
+ select PINCONF
+ select PINCTRL_PFC
imply CMD_FS_UUID
imply CMD_GPT
imply CMD_UUID