Skip to content

Commit

Permalink
OMAP: McBSP: Swap CLKS source definition
Browse files Browse the repository at this point in the history
This is just a readability and debugging improvement. As selection bit in
DEVCONF register is cleared when using 96 MHz PRCM source and set when using
external CLKS pin, change definitions to be sync with these.

Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Acked-by: Paul Walmsley <paul@pwsan.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
  • Loading branch information
Jarkko Nikula authored and Paul Walmsley committed Oct 8, 2010
1 parent 425925d commit e4cc41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/plat-omap/include/plat/mcbsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@
#define FSR_SRC_FSX 1

/* McBSP functional clock sources */
#define MCBSP_CLKS_PAD_SRC 0
#define MCBSP_CLKS_PRCM_SRC 1
#define MCBSP_CLKS_PRCM_SRC 0
#define MCBSP_CLKS_PAD_SRC 1

/* we don't do multichannel for now */
struct omap_mcbsp_reg_cfg {
Expand Down

0 comments on commit e4cc41d

Please sign in to comment.