commit | 2321c9207303e4fe985661c3bdc274da44e599b1 | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Thu Feb 16 06:53:51 2017 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Mar 29 07:40:59 2017 +0200 |
tree | 2e226fd32eff0d8ed3e50aecf856e53d6af81b37 | |
parent | 3520a333b3baa704fe5be1846586c1c2bb32c930 [diff] |
net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2 The MVPP2_RXQ_CONFIG_REG register has a slightly different layout between PPv2.1 and PPv2.2, so this commit adapts the functions modifying this register to accommodate for both the PPv2.1 and PPv2.2 cases. 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>