diff options
author | Cory Maccarrone <darkstar6262@gmail.com> | 2009-12-11 19:16:34 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-12-11 19:16:34 -0500 |
commit | bf92a40762fb10a394281941a46f529463c49ffc (patch) | |
tree | f1c9e124e77c3ccdaebb89c644f9d8275fe5759f /arch/arm/plat-omap/include/plat/mux.h | |
parent | 106997c1a4aa3a34d8e04fa0138ba332f7ceafef (diff) |
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.h | 4 |
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 8ed5f25ab0fd..8f069cc80350 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 { | |||
179 | MMC_7XX_CMD, | 179 | MMC_7XX_CMD, |
180 | MMC_7XX_CLK, | 180 | MMC_7XX_CLK, |
181 | MMC_7XX_DAT0, | 181 | MMC_7XX_DAT0, |
182 | |||
183 | /* I2C */ | ||
184 | I2C_7XX_SCL, | ||
185 | I2C_7XX_SDA, | ||
182 | }; | 186 | }; |
183 | 187 | ||
184 | enum omap1xxx_index { | 188 | enum omap1xxx_index { |