diff options
| author | Dani Krishna Mohan <krishna.md@samsung.com> | 2013-09-11 16:38:48 +0530 |
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-09-24 09:10:33 -0400 |
| commit | 3dd22a37aae57243b6e8dfedcc03c0fc02d469e6 (patch) | |
| tree | 70bdac70d8a5369ef54bd0f7152ababa9cbe1b5a /arch/arm/include/asm/arch-exynos/periph.h | |
| parent | b7006a7f5edf7385956658b5196df266a5dc2cc6 (diff) | |
| download | olio-uboot-2014.01-3dd22a37aae57243b6e8dfedcc03c0fc02d469e6.tar.xz olio-uboot-2014.01-3dd22a37aae57243b6e8dfedcc03c0fc02d469e6.zip | |
ARM: Added I2S0 clocks for audio
This patch makes the necessary changes for making use of
I2S0 channel instead of I2S1 channel on smdk board. This
changes are done to maintain the uniformity to use I2S0 channel.
Signed-off-by: Dani Krishna Mohan <krishna.md@samsung.com>
Diffstat (limited to 'arch/arm/include/asm/arch-exynos/periph.h')
| -rw-r--r-- | arch/arm/include/asm/arch-exynos/periph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-exynos/periph.h b/arch/arm/include/asm/arch-exynos/periph.h index 995215598..64bd8b7c9 100644 --- a/arch/arm/include/asm/arch-exynos/periph.h +++ b/arch/arm/include/asm/arch-exynos/periph.h @@ -34,6 +34,7 @@ enum periph_id { PERIPH_ID_SDMMC1, PERIPH_ID_SDMMC2, PERIPH_ID_SDMMC3, + PERIPH_ID_I2S0 = 98, PERIPH_ID_I2S1 = 99, /* Since following peripherals do |