diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-09-16 19:38:53 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-09-16 21:07:50 +0100 |
commit | 8bb014895547eeeb9aa61a654f24e41e15919304 (patch) | |
tree | 0a2510d00ade805b7088cf33c65199ff106034e8 /arch | |
parent | 9b95b166789d3ec57cea8cca0d42e602b8643ab0 (diff) | |
download | linux-3.10-8bb014895547eeeb9aa61a654f24e41e15919304.tar.gz linux-3.10-8bb014895547eeeb9aa61a654f24e41e15919304.tar.bz2 linux-3.10-8bb014895547eeeb9aa61a654f24e41e15919304.zip |
ASoC: Add S3C64xx IIS CDCLK source selection
CDCLK can either be an output generated by the CPU, intended for use
as the CODEC master clock, or an input (probably from the CODEC)
providing a master clock for the IIS block.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/plat-s3c/include/plat/regs-s3c2412-iis.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/include/plat/regs-s3c2412-iis.h b/arch/arm/plat-s3c/include/plat/regs-s3c2412-iis.h index 07659dad174..abf2fbc2eb2 100644 --- a/arch/arm/plat-s3c/include/plat/regs-s3c2412-iis.h +++ b/arch/arm/plat-s3c/include/plat/regs-s3c2412-iis.h @@ -67,6 +67,8 @@ #define S3C2412_IISMOD_BCLK_MASK (3 << 1) #define S3C2412_IISMOD_8BIT (1 << 0) +#define S3C64XX_IISMOD_CDCLKCON (1 << 12) + #define S3C2412_IISPSR_PSREN (1 << 15) #define S3C2412_IISFIC_TXFLUSH (1 << 15) |