summaryrefslogtreecommitdiff
path: root/arch/arm/mach-orion5x/ts78xx-fpga.h
diff options
context:
space:
mode:
authorAlexander Clouter <alex@digriz.org.uk>2009-03-04 21:30:51 (GMT)
committerNicolas Pitre <nico@cam.org>2009-03-04 22:07:05 (GMT)
commit195f4a170eaeb8ef37c73e02adef2579168e9287 (patch)
tree28c332e4518187dff49207e7b3e726da34730b99 /arch/arm/mach-orion5x/ts78xx-fpga.h
parent693599438909de47fbfa4246bf67d6c535f719b5 (diff)
downloadlinux-fsl-qoriq-195f4a170eaeb8ef37c73e02adef2579168e9287.tar.xz
[ARM] orion5x: added a new FPGA ID set for the TS-78xx
Stefan Agner found his board comes with 0x00b480/0x02 but the main board also has Rev B printed on it like my 0x00b480/0x03. Some light enum renaming was needed but it was to be expected. Signed-off-by: Alexander Clouter <alex@digriz.org.uk> Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/mach-orion5x/ts78xx-fpga.h')
-rw-r--r--arch/arm/mach-orion5x/ts78xx-fpga.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-orion5x/ts78xx-fpga.h b/arch/arm/mach-orion5x/ts78xx-fpga.h
index e2c503c..0a314dd 100644
--- a/arch/arm/mach-orion5x/ts78xx-fpga.h
+++ b/arch/arm/mach-orion5x/ts78xx-fpga.h
@@ -6,7 +6,8 @@
*/
enum fpga_ids {
/* Technologic Systems */
- TS7800_REV_B = FPGAID(0x00b480, 0x03),
+ TS7800_REV_B2 = FPGAID(0x00b480, 0x02),
+ TS7800_REV_B3 = FPGAID(0x00b480, 0x03),
};
struct fpga_device {