Browse Source

Merge "soc: Fix SWRM_VERSION_2_0 value"

qctecmdr 3 years ago
parent
commit
99585c50e4
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