[U-Boot] [PATCH v2] armv8: lx2160a: Update LX2160A/LX2120A/LX2080A SVR value
Wasim Khan
wasim.khan at nxp.com
Tue Oct 15 08:54:11 UTC 2019
LX2160A/LX2120A/LX2080A SVR value should be 0x873600/0x873620/0x873602
by default. Previous values were valid only if CAN fuse is blown.
Signed-off-by: Wasim Khan <wasim.khan at nxp.com>
---
Change in v2:
- Update SVR value for LX2120A and LX2080A also
arch/arm/include/asm/arch-fsl-layerscape/soc.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/include/asm/arch-fsl-layerscape/soc.h b/arch/arm/include/asm/arch-fsl-layerscape/soc.h
index 234440b..ba23a21 100644
--- a/arch/arm/include/asm/arch-fsl-layerscape/soc.h
+++ b/arch/arm/include/asm/arch-fsl-layerscape/soc.h
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
- * Copyright 2017 NXP
+ * Copyright 2017, 2019 NXP
* Copyright 2015 Freescale Semiconductor
*/
@@ -100,9 +100,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)
--
2.7.4
More information about the U-Boot
mailing list