commit | bc82a1310fd00f18c1f68596751540459acafb8c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Mar 24 22:32:41 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Apr 01 00:17:19 2016 +0900 |
tree | 9b08dea4ec062bbf9d330d6fc9736b617aab8429 | |
parent | 336399fb63cd43aa9d3c1dc8c71c9a5e0c1270d9 [diff] |
gpio: 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>