projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54d5c06
)
armv8: Update LX2160A/LX2120A/LX2080A SVR value
author
Wasim Khan
<wasim.khan@nxp.com>
Tue, 15 Oct 2019 08:54:11 +0000
(08:54 +0000)
committer
Priyanka 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
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-fsl-layerscape/soc.h
b/arch/arm/include/asm/arch-fsl-layerscape/soc.h
index 52f5560e0686debc20a17361dfe501018c16357e..35719d747b2f6cbbdc05aa43c2ca8b5e4cbcf5cd 100644
(file)
--- 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
*/
@@
-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 0x87360
1
-#define SVR_LX2120A 0x87362
1
-#define SVR_LX2080A 0x87360
3
+#define SVR_LX2160A 0x87360
0
+#define SVR_LX2120A 0x87362
0
+#define SVR_LX2080A 0x87360
2
#define SVR_MAJ(svr) (((svr) >> 4) & 0xf)
#define SVR_MIN(svr) (((svr) >> 0) & 0xf)