Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137388
b: refs/heads/master
c: 195f4a1
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Clouter authored and Nicolas Pitre committed Mar 4, 2009
1 parent 43821c4 commit bb00187
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 693599438909de47fbfa4246bf67d6c535f719b5
refs/heads/master: 195f4a170eaeb8ef37c73e02adef2579168e9287
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-orion5x/ts78xx-fpga.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-orion5x/ts78xx-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ static void ts78xx_fpga_supports(void)
{
/* TODO: put this 'table' into ts78xx-fpga.h */
switch (ts78xx_fpga.id) {
case TS7800_REV_B:
case TS7800_REV_B2:
case TS7800_REV_B3:
ts78xx_fpga.supports.ts_rtc.present = 1;
ts78xx_fpga.supports.ts_nand.present = 1;
break;
Expand Down

0 comments on commit bb00187

Please sign in to comment.