commit | fba3a66a2b13966936b65566e0847ea1c0f72b4a | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Mar 24 22:32:43 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Apr 01 00:17:25 2016 +0900 |
tree | 88a38c56e63658e63fdfcf0c905ea23ad6ce61c4 | |
parent | dc158ef609632c21bf3c6a62de0cb53b7748b3c2 [diff] |
pinctrl: uniphier: use devm_get_addr() to get base address Currently, fdtdec_get_addr_size() does not support the address translation, so it cannot handle device trees with non-straight "ranges" properties. (This would be a problem with DTS for UniPhier ARMv8 SoCs.) Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>