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
014c46db
Commit
014c46db
authored
Apr 27, 2009
by
Kevin Hilman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OMAP3: PM: Ensure PRCM interrupts are cleared at boot
Signed-off-by:
Kevin Hilman
<
khilman@deeprootsystems.com
>
parent
94a3ef6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
arch/arm/mach-omap2/pm34xx.c
arch/arm/mach-omap2/pm34xx.c
+3
-0
No files found.
arch/arm/mach-omap2/pm34xx.c
View file @
014c46db
...
@@ -595,6 +595,9 @@ static void __init prcm_setup_regs(void)
...
@@ -595,6 +595,9 @@ 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 PRCM interrupts */
prm_write_mod_reg
(
0
,
OCP_MOD
,
OMAP3_PRM_IRQSTATUS_MPU_OFFSET
);
omap3_iva_idle
();
omap3_iva_idle
();
omap3_d2d_idle
();
omap3_d2d_idle
();
}
}
...
...
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