Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217010
b: refs/heads/master
c: 425925d
h: refs/heads/master
v: v3
  • Loading branch information
Jarkko Nikula authored and Paul Walmsley committed Oct 8, 2010
1 parent a15598a commit 90cb3b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6041c27f51f237b59ea0838c33e08223cf98e43e
refs/heads/master: 425925dd750acc17234977decfda1f9cc223389a
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-omap2/mcbsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void omap2_mcbsp1_mux_clkr_src(u8 mux)

v = omap_ctrl_readl(OMAP2_CONTROL_DEVCONF0);
if (mux == CLKR_SRC_CLKR)
v &= OMAP2_MCBSP1_CLKR_MASK;
v &= ~OMAP2_MCBSP1_CLKR_MASK;
else if (mux == CLKR_SRC_CLKX)
v |= OMAP2_MCBSP1_CLKR_MASK;
omap_ctrl_writel(v, OMAP2_CONTROL_DEVCONF0);
Expand All @@ -47,7 +47,7 @@ void omap2_mcbsp1_mux_fsr_src(u8 mux)

v = omap_ctrl_readl(OMAP2_CONTROL_DEVCONF0);
if (mux == FSR_SRC_FSR)
v &= OMAP2_MCBSP1_FSR_MASK;
v &= ~OMAP2_MCBSP1_FSR_MASK;
else if (mux == FSR_SRC_FSX)
v |= OMAP2_MCBSP1_FSR_MASK;
omap_ctrl_writel(v, OMAP2_CONTROL_DEVCONF0);
Expand Down

0 comments on commit 90cb3b2

Please sign in to comment.