Re: [U-Boot] [PATCH 1/2] net: mvpp2: fix lookup of mdio registers base address

2019-01-22 Thread Joe Hershberger
On Wed, Nov 21, 2018 at 5:08 AM Baruch Siach wrote: > > Current mdio base lookup code relies on a 'reg' property at the upper CP > node. There is no 'reg' property there in current DT files of Armada > CP110. Use ofnode_get_addr() instead since it provides proper DT address > translation. > > Cc:

Re: [U-Boot] [PATCH 1/2] net: mvpp2: fix lookup of mdio registers base address

2018-11-22 Thread Stefan Roese
On 21.11.18 12:05, Baruch Siach wrote: Current mdio base lookup code relies on a 'reg' property at the upper CP node. There is no 'reg' property there in current DT files of Armada CP110. Use ofnode_get_addr() instead since it provides proper DT address translation. Cc: Ken Ma Cc: Stefan Chulsk

[U-Boot] [PATCH 1/2] net: mvpp2: fix lookup of mdio registers base address

2018-11-21 Thread Baruch Siach
Current mdio base lookup code relies on a 'reg' property at the upper CP node. There is no 'reg' property there in current DT files of Armada CP110. Use ofnode_get_addr() instead since it provides proper DT address translation. Cc: Ken Ma Cc: Stefan Chulski Signed-off-by: Baruch Siach --- driv