
29 Jan
2018
29 Jan
'18
6:46 p.m.
On Sat, Jan 27, 2018 at 1:48 PM, Tom Rini trini@konsulko.com wrote:
When we have a driver that is used on both 32bit and 64bit targets and we are talking about address space we cannot use u64 nor u32 and instead need to use phys_addr_t.
Fixes: 377883f16d36 ("net: mvpp2x: fix phy connected to wrong mdio issue") Cc: Stefan Chulski stefanc@marvell.com Cc: Stefan Roese sr@denx.de Cc: Joe Hershberger joe.hershberger@ni.com Signed-off-by: Tom Rini trini@konsulko.com
Reviewed-by: Joe Hershberger joe.hershberger@ni.com