altera_spi: change ioremap to map_physmem
authorThomas Chou <thomas@wytron.com.tw>
Sat, 14 Nov 2015 03:17:25 +0000 (11:17 +0800)
committerThomas Chou <thomas@wytron.com.tw>
Wed, 18 Nov 2015 13:18:30 +0000 (21:18 +0800)
commit7313e21a1e226daac277fcd8a19c29fb46bed74d
tree09dcdc62c7e82d92772a1529bc1c3a7233d608a0
parent4c26ec17cf00f56cbfe6b8d3c1d9540bc2dc9d60
altera_spi: change ioremap to map_physmem

Change ioremap() to map_physmem(), as it is more used in u-boot.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Marek Vasut <marex@denx.de>
drivers/spi/altera_spi.c