commit | b37a1ccea22d4c700589f716d46dbe4a3c268db1 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Mar 24 22:32:38 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Apr 01 00:17:07 2016 +0900 |
tree | e0b280c362ac9aedd76b7639de72e8cc955575f4 | |
parent | 61a4f5bd61349b6ab2a4fed926aa203624f9494d [diff] |
serial: 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>