diff options
author | Simon Glass <sjg@chromium.org> | 2012-01-11 12:42:24 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-02-12 10:11:22 +0100 |
commit | 8a1133c6074716d846b941fedfd6e0654e3f4292 (patch) | |
tree | 7c2876cd81616981a0411114547dcf8264b110d8 /arch/arm/include | |
parent | 2faf1863de7a69c3bc687ce8dba78d29bb821082 (diff) | |
download | u-boot-imx-8a1133c6074716d846b941fedfd6e0654e3f4292.zip u-boot-imx-8a1133c6074716d846b941fedfd6e0654e3f4292.tar.gz u-boot-imx-8a1133c6074716d846b941fedfd6e0654e3f4292.tar.bz2 |
tegra: Add I2C support to funcmux
Add support to funcmux for selecting I2C functions and programming
the pinmux appropriately.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/arch-tegra2/funcmux.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-tegra2/funcmux.h b/arch/arm/include/asm/arch-tegra2/funcmux.h index 791f301..d184523 100644 --- a/arch/arm/include/asm/arch-tegra2/funcmux.h +++ b/arch/arm/include/asm/arch-tegra2/funcmux.h @@ -32,6 +32,13 @@ enum { FUNCMUX_UART1_IRRX_IRTX = 0, FUNCMUX_UART2_IRDA = 0, FUNCMUX_UART4_GMC = 0, + + /* I2C configs */ + FUNCMUX_DVC_I2CP = 0, + FUNCMUX_I2C1_RM = 0, + FUNCMUX_I2C2_DDC = 0, + FUNCMUX_I2C2_PTA, + FUNCMUX_I2C3_DTF = 0, }; /** |