armv8: Update LX2160A/LX2120A/LX2080A SVR value
authorWasim Khan <wasim.khan@nxp.com>
Tue, 15 Oct 2019 08:54:11 +0000 (08:54 +0000)
committerPriyanka Jain <priyanka.jain@nxp.com>
Mon, 21 Oct 2019 10:04:18 +0000 (15:34 +0530)
LX2160A/LX2120A/LX2080A SVR value should be
0x873600/0x873620/0x873602
Previous values were valid only if CAN fuse is blown.

Signed-off-by: Wasim Khan <wasim.khan@nxp.com>
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
arch/arm/include/asm/arch-fsl-layerscape/soc.h

index 52f5560e0686debc20a17361dfe501018c16357e..35719d747b2f6cbbdc05aa43c2ca8b5e4cbcf5cd 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * Copyright 2017 NXP
+ * Copyright 2017-2019 NXP
  * Copyright 2015 Freescale Semiconductor
  */
 
@@ -103,9 +103,9 @@ enum boot_src get_boot_src(void);
 #define SVR_LS2044A            0x870930
 #define SVR_LS2081A            0x870918
 #define SVR_LS2041A            0x870914
-#define SVR_LX2160A            0x873601
-#define SVR_LX2120A            0x873621
-#define SVR_LX2080A            0x873603
+#define SVR_LX2160A            0x873600
+#define SVR_LX2120A            0x873620
+#define SVR_LX2080A            0x873602
 
 #define SVR_MAJ(svr)           (((svr) >> 4) & 0xf)
 #define SVR_MIN(svr)           (((svr) >> 0) & 0xf)