commit | dec173ccbcb730686084ca37afe933e42023c0e7 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Aug 06 11:44:02 2017 +0900 |
committer | Philipp Zabel <p.zabel@pengutronix.de> | Fri Aug 11 09:40:54 2017 +0200 |
tree | 6a9abdde1f5ffea46a60b92ddbffc836975fa198 | |
parent | 5281036a054020b7d4ec186a9d9852b6c3bea452 [diff] |
reset: uniphier: do not use per-SoC macro for system reset block This macro turned out not so useful as I had expected. Hardware engineers said they would change reset bit assignments for every SoC going forward. This means we can not share the macros among SoCs. Just use primitive macros. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>