commit | b02f31fbf92d01ad47a7ea1e071301134be2d332 | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Tue Mar 07 16:53:12 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 09 10:12:11 2017 -0800 |
tree | 73084b620ae9168172222e0837a4074e9bf2b471 | |
parent | 3d9017d9449bf8756f881970c970999c9148d306 [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: David S. Miller <davem@davemloft.net>