diff options
author | Stefan Roese <sr@denx.de> | 2008-03-11 16:53:00 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-03-15 07:28:05 +0100 |
commit | c813f1f835a7edfdb929f2843b09db72cd5cd2f2 (patch) | |
tree | 3352125ab953e51e9d52ef0830d0e4733f9d407d /include | |
parent | 6983fe21f774a924d3adb263a270bc2f301f2aa2 (diff) | |
download | u-boot-imx-c813f1f835a7edfdb929f2843b09db72cd5cd2f2.zip u-boot-imx-c813f1f835a7edfdb929f2843b09db72cd5cd2f2.tar.gz u-boot-imx-c813f1f835a7edfdb929f2843b09db72cd5cd2f2.tar.bz2 |
ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
This patch adds support for the AMCC Canyonlands 460EX evaluation
board.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-ppc/gpio.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-ppc/gpio.h b/include/asm-ppc/gpio.h index c3a4a88..fc05dc0 100644 --- a/include/asm-ppc/gpio.h +++ b/include/asm-ppc/gpio.h @@ -1,5 +1,5 @@ /* - * (C) Copyright 2007 + * (C) Copyright 2007-2008 * Stefan Roese, DENX Software Engineering, sr@denx.de. * * See file CREDITS for list of people who contributed to this @@ -27,7 +27,8 @@ /* 4xx PPC's have 2 GPIO controllers */ #if defined(CONFIG_405EZ) || \ 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 GPIO_GROUP_MAX 2 #else #define GPIO_GROUP_MAX 1 |