commit | bfa3d8bacd9413969d7400c1906faa5751fe512e | [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 | 78752d67908f2d95fa84b0552751e5ab49040de0 [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>