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
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| altera_timer.c | ||
| omap-timer.c | ||
| sandbox_timer.c | ||
| timer-uclass.c | ||
| tsc_timer.c | ||