aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap
diff options
context:
space:
mode:
authorJarkko Nikula <jhnikula@gmail.com>2010-10-08 13:40:21 -0400
committerPaul Walmsley <paul@pwsan.com>2010-10-08 13:40:21 -0400
commite4cc41d7bc31cbf99fc633e4d3ab708b55696096 (patch)
tree3f4259dd929912d22b92b11e1f39d7f9559bb1df /arch/arm/plat-omap
parent425925dd750acc17234977decfda1f9cc223389a (diff)
OMAP: McBSP: Swap CLKS source definition
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>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r--arch/arm/plat-omap/include/plat/mcbsp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/include/plat/mcbsp.h b/arch/arm/plat-omap/include/plat/mcbsp.h
index 4da6f94ae8e..e19abf2c8fe 100644
--- a/arch/arm/plat-omap/include/plat/mcbsp.h
+++ b/arch/arm/plat-omap/include/plat/mcbsp.h
@@ -321,8 +321,8 @@
321#define FSR_SRC_FSX 1 321#define FSR_SRC_FSX 1
322 322
323/* McBSP functional clock sources */ 323/* McBSP functional clock sources */
324#define MCBSP_CLKS_PAD_SRC 0 324#define MCBSP_CLKS_PRCM_SRC 0
325#define MCBSP_CLKS_PRCM_SRC 1 325#define MCBSP_CLKS_PAD_SRC 1
326 326
327/* we don't do multichannel for now */ 327/* we don't do multichannel for now */
328struct omap_mcbsp_reg_cfg { 328struct omap_mcbsp_reg_cfg {