summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
diff options
context:
space:
mode:
authorRajeshwari Shinde <rajeshwari.s@samsung.com>2012-07-23 21:23:51 +0000
committerHeiko Schocher <hs@denx.de>2012-07-31 08:02:28 +0200
commitc65c05f57f0ea98c3397dfd41c3bfa29252256f2 (patch)
tree6df7f5859b21c874f15f2f403da9cf144e54fcb1 /arch/arm/include
parent8da3eb1b22f881b72a934b34bf97659f2d1502f0 (diff)
downloadblackbird-obmc-uboot-c65c05f57f0ea98c3397dfd41c3bfa29252256f2.tar.gz
blackbird-obmc-uboot-c65c05f57f0ea98c3397dfd41c3bfa29252256f2.zip
EXYNOS: PINMUX: Add pinmux support for I2C
This patch adds pinmux code for I2C. Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/arch-exynos/periph.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-exynos/periph.h b/arch/arm/include/asm/arch-exynos/periph.h
index 5db25aa88a..b861d7d584 100644
--- a/arch/arm/include/asm/arch-exynos/periph.h
+++ b/arch/arm/include/asm/arch-exynos/periph.h
@@ -30,6 +30,14 @@
*
*/
enum periph_id {
+ PERIPH_ID_I2C0,
+ PERIPH_ID_I2C1,
+ PERIPH_ID_I2C2,
+ PERIPH_ID_I2C3,
+ PERIPH_ID_I2C4,
+ PERIPH_ID_I2C5,
+ PERIPH_ID_I2C6,
+ PERIPH_ID_I2C7,
PERIPH_ID_SDMMC0,
PERIPH_ID_SDMMC1,
PERIPH_ID_SDMMC2,
OpenPOWER on IntegriCloud