summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/plat/mux.h
diff options
context:
space:
mode:
authorCory Maccarrone <darkstar6262@gmail.com>2009-12-11 16:16:34 -0800
committerTony Lindgren <tony@atomide.com>2009-12-11 16:16:34 -0800
commitbf92a40762fb10a394281941a46f529463c49ffc (patch)
treef1c9e124e77c3ccdaebb89c644f9d8275fe5759f /arch/arm/plat-omap/include/plat/mux.h
parent106997c1a4aa3a34d8e04fa0138ba332f7ceafef (diff)
downloadop-kernel-dev-bf92a40762fb10a394281941a46f529463c49ffc.zip
op-kernel-dev-bf92a40762fb10a394281941a46f529463c49ffc.tar.gz
omap1: I2C mux and clocks for omap7xx
This change adds MUX pin configuration and clocks for I2C support to OMAP 730 and 850-based devices. Signed-off-by: Cory Maccarrone <darkstar6262@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include/plat/mux.h')
-rw-r--r--arch/arm/plat-omap/include/plat/mux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/mux.h b/arch/arm/plat-omap/include/plat/mux.h
index 8ed5f25..8f069cc 100644
--- a/arch/arm/plat-omap/include/plat/mux.h
+++ b/arch/arm/plat-omap/include/plat/mux.h
@@ -179,6 +179,10 @@ enum omap7xx_index {
MMC_7XX_CMD,
MMC_7XX_CLK,
MMC_7XX_DAT0,
+
+ /* I2C */
+ I2C_7XX_SCL,
+ I2C_7XX_SDA,
};
enum omap1xxx_index {
OpenPOWER on IntegriCloud