Re: [U-Boot] [PATCH 4/4] net: sh_eth: Fix DT base address fetching

2018-02-19 Thread Joe Hershberger
On Fri, Feb 16, 2018 at 6:04 PM, Marek Vasut wrote: > Drop the whole map/unmap_physmem stuff and just use the address > already obtained from DT in ofdata_to_platdata(), instead of > repeating that, wrongly, in probe. > > Signed-off-by: Marek Vasut > Cc: Nobuhiro Iwamatsu > Cc: Joe Hershberger

[U-Boot] [PATCH 4/4] net: sh_eth: Fix DT base address fetching

2018-02-16 Thread Marek Vasut
Drop the whole map/unmap_physmem stuff and just use the address already obtained from DT in ofdata_to_platdata(), instead of repeating that, wrongly, in probe. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu Cc: Joe Hershberger --- drivers/net/sh_eth.c | 14 -- 1 file changed, 4 i