summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-orion5x/ts78xx-setup.c
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2009-03-25 11:00:08 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-03-25 11:00:08 +0100
commitcf281a99b6e4f1223c8fdce390db3bf79e773f4c (patch)
tree33bff28362b5e41f7a2a09c097e0d2ea6e4ded13 /arch/arm/mach-orion5x/ts78xx-setup.c
parentMerge branch 'highmem' into devel (diff)
parent[ARM] Kirkwood: fail the probe if internal RTC does not work (diff)
downloadlinux-cf281a99b6e4f1223c8fdce390db3bf79e773f4c.tar.xz
linux-cf281a99b6e4f1223c8fdce390db3bf79e773f4c.zip
Merge git://git.marvell.com/orion into devel
Diffstat (limited to 'arch/arm/mach-orion5x/ts78xx-setup.c')
-rw-r--r--arch/arm/mach-orion5x/ts78xx-setup.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/arm/mach-orion5x/ts78xx-setup.c b/arch/arm/mach-orion5x/ts78xx-setup.c
index f5191ddea085..9a6b397f972d 100644
--- a/arch/arm/mach-orion5x/ts78xx-setup.c
+++ b/arch/arm/mach-orion5x/ts78xx-setup.c
@@ -282,8 +282,11 @@ static void ts78xx_fpga_supports(void)
{
/* TODO: put this 'table' into ts78xx-fpga.h */
switch (ts78xx_fpga.id) {
- case TS7800_REV_B2:
- case TS7800_REV_B3:
+ case TS7800_REV_1:
+ case TS7800_REV_2:
+ case TS7800_REV_3:
+ case TS7800_REV_4:
+ case TS7800_REV_5:
ts78xx_fpga.supports.ts_rtc.present = 1;
ts78xx_fpga.supports.ts_nand.present = 1;
break;