projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fbe7c2
)
ARM: OMAP4: PRM: Correct reset source map
author
Ivan Khoronzhuk
<ivan.khoronzhuk@ti.com>
Fri, 28 Dec 2012 09:09:30 +0000
(
02:09
-0700)
committer
Paul Walmsley
<paul@pwsan.com>
Wed, 2 Jan 2013 19:07:16 +0000
(12:07 -0700)
In the map for reset sources register we use defines intended for
using with PRM_RSTCTRL register. So fix it.
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/prm44xx.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap2/prm44xx.c
b/arch/arm/mach-omap2/prm44xx.c
index 7498bc77fe8b8e69e5dbfe106dd24861c3a2c203..e335216ac0ebe44aab19439adacd816e0568482d 100644
(file)
--- a/
arch/arm/mach-omap2/prm44xx.c
+++ b/
arch/arm/mach-omap2/prm44xx.c
@@
-56,9
+56,9
@@
static struct omap_prcm_irq_setup omap4_prcm_irq_setup = {
* enumeration)
*/
static struct prm_reset_src_map omap44xx_prm_reset_src_map[] = {
- { OMAP4430_
RST_GLOBAL_WARM_SW
_SHIFT,
+ { OMAP4430_
GLOBAL_WARM_SW_RST
_SHIFT,
OMAP_GLOBAL_WARM_RST_SRC_ID_SHIFT },
- { OMAP4430_
RST_GLOBAL_COLD_SW
_SHIFT,
+ { OMAP4430_
GLOBAL_COLD_RST
_SHIFT,
OMAP_GLOBAL_COLD_RST_SRC_ID_SHIFT },
{ OMAP4430_MPU_SECURITY_VIOL_RST_SHIFT,
OMAP_SECU_VIOL_RST_SRC_ID_SHIFT },