Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
b1340d17
Commit
b1340d17
authored
Apr 27, 2009
by
Kevin Hilman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OMAP3: PM: Clear pending PRCM reset flags on init
Signed-off-by:
Kevin Hilman
<
khilman@deeprootsystems.com
>
parent
014c46db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
arch/arm/mach-omap2/pm34xx.c
arch/arm/mach-omap2/pm34xx.c
+9
-0
No files found.
arch/arm/mach-omap2/pm34xx.c
View file @
b1340d17
...
@@ -595,6 +595,15 @@ static void __init prcm_setup_regs(void)
...
@@ -595,6 +595,15 @@ static void __init prcm_setup_regs(void)
prm_write_mod_reg
(
OMAP3430_IO_EN
|
OMAP3430_WKUP_EN
,
prm_write_mod_reg
(
OMAP3430_IO_EN
|
OMAP3430_WKUP_EN
,
OCP_MOD
,
OMAP3_PRM_IRQENABLE_MPU_OFFSET
);
OCP_MOD
,
OMAP3_PRM_IRQENABLE_MPU_OFFSET
);
/* Clear any pending 'reset' flags */
prm_write_mod_reg
(
0xffffffff
,
MPU_MOD
,
RM_RSTST
);
prm_write_mod_reg
(
0xffffffff
,
CORE_MOD
,
RM_RSTST
);
prm_write_mod_reg
(
0xffffffff
,
OMAP3430_PER_MOD
,
RM_RSTST
);
prm_write_mod_reg
(
0xffffffff
,
OMAP3430_EMU_MOD
,
RM_RSTST
);
prm_write_mod_reg
(
0xffffffff
,
OMAP3430_NEON_MOD
,
RM_RSTST
);
prm_write_mod_reg
(
0xffffffff
,
OMAP3430_DSS_MOD
,
RM_RSTST
);
prm_write_mod_reg
(
0xffffffff
,
OMAP3430ES2_USBHOST_MOD
,
RM_RSTST
);
/* Clear any pending PRCM interrupts */
/* Clear any pending PRCM interrupts */
prm_write_mod_reg
(
0
,
OCP_MOD
,
OMAP3_PRM_IRQSTATUS_MPU_OFFSET
);
prm_write_mod_reg
(
0
,
OCP_MOD
,
OMAP3_PRM_IRQSTATUS_MPU_OFFSET
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment