commit | 336399fb63cd43aa9d3c1dc8c71c9a5e0c1270d9 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Mar 24 22:32:40 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Apr 01 00:17:13 2016 +0900 |
tree | 3dd44593f5d5753768984d82bdb629a478bdf348 | |
parent | 45a3b1fd6ca524bebf5b9ce771ad1fb12f3514ce [diff] |
i2c: 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>