Riverhead family got letter 'G' for registers definition. Registers used for Riverhead should have the letter in the specification range.
Signed-off-by: Andrew Rybchenko <arybche...@solarflare.com> Reviewed-by: Andy Moreton <amore...@xilinx.com> Reviewed-by: Vijay Kumar Srivastava <vsriv...@xilinx.com> --- drivers/common/sfc_efx/base/efx_impl.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/common/sfc_efx/base/efx_impl.h b/drivers/common/sfc_efx/base/efx_impl.h index 898770c1cb..f891172086 100644 --- a/drivers/common/sfc_efx/base/efx_impl.h +++ b/drivers/common/sfc_efx/base/efx_impl.h @@ -1008,6 +1008,10 @@ struct efx_txq_s { rev = 'F'; \ break; \ \ + case EFX_FAMILY_RIVERHEAD: \ + rev = 'G'; \ + break; \ + \ default: \ rev = '?'; \ break; \ -- 2.17.1