commit | 7f215c7c7788adb1cafcebd704ef0cc208ba24f5 | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Mon Feb 20 11:36:57 2017 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Mar 29 07:41:07 2017 +0200 |
tree | e3dc2a5eec200c666de9cae7e8da9361c060901c | |
parent | 58159ee7dc05bdcd61636335bf21830085e4900c [diff] |
net: mvpp2: adjust mvpp2_{rxq,txq}_init for PPv2.2 In PPv2.2, the MVPP2_RXQ_DESC_ADDR_REG and MVPP2_TXQ_DESC_ADDR_REG registers have a slightly different layout, because they need to contain a 64-bit address for the RX and TX descriptor arrays. This commit adjusts those functions accordingly. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Stefan Roese <sr@denx.de> Acked-by: Joe Hershberger <joe.hershberger@ni.com>