projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ee6d31
)
OMAP5: Adding correct Control id code for OMAP5430
author
Lokesh Vutla
<lokeshvutla@ti.com>
Tue, 22 May 2012 00:03:21 +0000
(
00:03
+0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:23 +0000
(14:07 +0200)
Control id code for omap5430 ES1.0 is hard coded with a wrong value.
This patch corrects the value
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
arch/arm/include/asm/arch-omap5/omap.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-omap5/omap.h
b/arch/arm/include/asm/arch-omap5/omap.h
index 2961c6b5fa8d950a2f6298f05b11def999d14139..3d4d08c8836b4f95cc590664962598870adc80a2 100644
(file)
--- a/
arch/arm/include/asm/arch-omap5/omap.h
+++ b/
arch/arm/include/asm/arch-omap5/omap.h
@@
-56,7
+56,7
@@
#define CONTROL_ID_CODE (CTRL_BASE + 0x204)
/* To be verified */
-#define OMAP5_CONTROL_ID_CODE_ES1_0 0x0B
85
202F
+#define OMAP5_CONTROL_ID_CODE_ES1_0 0x0B
94
202F
/* STD_FUSE_PROD_ID_1 */
#define STD_FUSE_PROD_ID_1 (CTRL_BASE + 0x218)