diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-10-19 11:02:16 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-10-19 11:34:11 -0500 |
commit | 7237c033b02fe295880435f1eb80819a0c987532 (patch) | |
tree | c5fdba3041052213880ed6a22ac4500f326a5e68 /include/configs | |
parent | 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b (diff) | |
download | u-boot-imx-7237c033b02fe295880435f1eb80819a0c987532.zip u-boot-imx-7237c033b02fe295880435f1eb80819a0c987532.tar.gz u-boot-imx-7237c033b02fe295880435f1eb80819a0c987532.tar.bz2 |
Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
in an effort to begin to unify the umpteen FSL I2C drivers that
are all otherwise very similar.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/MPC8641HPCN.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h index 6e883f7..81bb7cf 100644 --- a/include/configs/MPC8641HPCN.h +++ b/include/configs/MPC8641HPCN.h @@ -279,6 +279,7 @@ #undef CONFIG_SOFT_I2C /* I2C bit-banged */ #define CFG_I2C_SPEED 400000 /* I2C speed and slave address */ #define CFG_I2C_SLAVE 0x7F +#define CFG_I2C_OFFSET 0x3100 #define CFG_I2C_NOPROBES {0x69} /* Don't probe these addrs */ /* |