commit | 88765f9ae1680cd8ebb818d59c6e00167b697d38 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Jan 27 14:48:08 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 29 12:48:34 2018 -0500 |
tree | fa2b052a11dfe92f91106583a7e18af270fd0684 | |
parent | 24e85780024104fb1b4cb31e1066568d55bbb7e6 [diff] |
mvpp2: Fix warning over 32bit vs 64bit targets 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> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Stefan Roese <sr@denx.de> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>