soc: Fix SWRM_VERSION_2_0 value
Update version value to match swrm HW_Version register Fixes an error message seen in logs. Change-Id: Ia2d6f97b8f11305d73705e2c401af1f013af94bc Signed-off-by: Matthew Rice <quic_mrice@quicinc.com>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
2e08677b22
commit
f23bc97308
@@ -41,7 +41,7 @@
|
||||
#define SWRM_VERSION_1_5_1 0x01050001
|
||||
#define SWRM_VERSION_1_6 0x01060000
|
||||
#define SWRM_VERSION_1_7 0x01070000
|
||||
#define SWRM_VERSION_2_0 0x02010000
|
||||
#define SWRM_VERSION_2_0 0x02000000
|
||||
|
||||
#define SWR_MAX_CH_PER_PORT 8
|
||||
|
||||
|
Reference in New Issue
Block a user