commit | 4fb96c48c183128c00b21c7858bb05897a1b80de | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Oct 08 13:25:31 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Oct 10 10:03:23 2016 +0900 |
tree | 25ba5424728988f9d8d375b911e7e80d4242720f | |
parent | d9f5d99245a32d95ae6aeb89a4ed258f7d1cea97 [diff] [blame] |
reset: uniphier: add reset controller driver for UniPhier SoCs This is the initial commit for UniPhier reset controller driver. Most code was ported from Linux. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 2d3303b..b64f6d8 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig
@@ -817,6 +817,7 @@ select DM_GPIO select DM_I2C select DM_MMC + select DM_RESET select DM_SERIAL select DM_USB select OF_CONTROL