summaryrefslogtreecommitdiff
path: root/include/4xx_i2c.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2008-03-11 15:07:10 +0100
committerStefan Roese <sr@denx.de>2008-03-15 07:28:04 +0100
commit999ecd5aca381984d8ebbeb207ece82a1c275577 (patch)
tree7315e0b1ef6c26dc82b158c84c34cd4585826337 /include/4xx_i2c.h
parent2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a (diff)
ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
This patch adds basic support for the AMCC 460EX/460GT PPC's. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/4xx_i2c.h')
-rw-r--r--include/4xx_i2c.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/4xx_i2c.h b/include/4xx_i2c.h
index 7c79bd153..2df4fbde6 100644
--- a/include/4xx_i2c.h
+++ b/include/4xx_i2c.h
@@ -41,7 +41,8 @@
#endif /* CONFIG_I2C_MULTI_BUS */
#if defined(CONFIG_440EP) || defined(CONFIG_440GR) || \
- defined(CONFIG_440EPX) || defined(CONFIG_440GRX)
+ defined(CONFIG_440EPX) || defined(CONFIG_440GRX) || \
+ defined(CONFIG_460EX) || defined(CONFIG_460GT)
#define I2C_BASE_ADDR (CFG_PERIPHERAL_BASE + 0x00000700 + I2C_BUS_OFFS)
#elif defined(CONFIG_440) || defined(CONFIG_405EX)
/* all remaining 440 variants */