summaryrefslogtreecommitdiff
path: root/drivers/timer/timer-uclass.c
diff options
context:
space:
mode:
authorLokesh Vutla <[email protected]>2016-03-05 16:43:06 +0530
committerJagan Teki <[email protected]>2016-03-12 19:55:42 +0530
commite6601df8acf19a369b4c12ef16296f719dd237ca (patch)
tree857bc05088f14c91d1aa0e4f72b7131daff4d17d /drivers/timer/timer-uclass.c
parent76aab9eb8b4618891914e41fa1ea84441f8c53fd (diff)
dm: ti_qspi: Fix conversion of address to a pointer
TI QSPI 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 <[email protected]> Reviewed-by: Jagan Teki <[email protected]> Reviewed-by: Tom Rini <[email protected]> Reviewed-by: Mugunthan V N <[email protected]>
Diffstat (limited to 'drivers/timer/timer-uclass.c')
0 files changed, 0 insertions, 0 deletions