projects
/
linux-2.6-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f61513f
)
arm64: uniphier: select RESET_CONTROLLER
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Mon, 25 Jun 2018 03:34:45 +0000
(12:34 +0900)
committer
Olof Johansson
<olof@lixom.net>
Wed, 1 Aug 2018 02:04:40 +0000
(19:04 -0700)
The UniPhier platform highly relies on the reset controller.
Select RESET_CONTROLLER to enable it forcibly.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm64/Kconfig.platforms
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm64/Kconfig.platforms
b/arch/arm64/Kconfig.platforms
index d5aeac351fc3a776ee840f09680f43a864b5307c..f34cd1b42d692e81cc2c8fca354cf602d8f197ee 100644
(file)
--- a/
arch/arm64/Kconfig.platforms
+++ b/
arch/arm64/Kconfig.platforms
@@
-261,6
+261,7
@@
config ARCH_UNIPHIER
bool "Socionext UniPhier SoC Family"
select ARCH_HAS_RESET_CONTROLLER
select PINCTRL
+ select RESET_CONTROLLER
help
This enables support for Socionext UniPhier SoC family.