commit | 510454db045143e374a7d64e6bb043799d0023d7 | [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 | 4f80501b91c06b215e66db12ee778c767124cb13 [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>