Browse Source

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 <[email protected]>
Matthew Rice 3 years ago
parent
commit
f23bc97308
1 changed files with 1 additions and 1 deletions
  1. 1 1
      soc/swr-mstr-ctrl.h

+ 1 - 1
soc/swr-mstr-ctrl.h

@@ -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