commit | 5de356930ece0a2fe5a00a4d97aa1f4031caedb9 | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Sat Mar 05 16:40:32 2016 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 14 19:18:45 2016 -0400 |
tree | 706b3ae882a116864346ee9ff1e4587b6df5d22b | |
parent | 539de5faa4b6839f274084462d340c9f9501edaf [diff] |
dm: omap_timer: Fix conversion of address to a pointer OMAP timer driver directly typecasts fdt_addr_t to a pointer. This is not strictly correct, as it gives a build warning when fdt_addr_t is u64. So, use map_physmem for a proper typecasts. This is inspired by commit 167efe01bc5a9 ("dm: ns16550: Use an address instead of a pointer for the uart base") Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>