
8 Mar
2016
8 Mar
'16
7:35 a.m.
On Saturday 05 March 2016 04:43 PM, Lokesh Vutla wrote:
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 lokeshvutla@ti.com
Reviewed-by: Mugunthan V N mugunthanvnm@ti.com
Regards Mugunthan V N