|
@@ -399,9 +399,11 @@ static void ts78xx_fpga_supports(void)
|
|
|
ts78xx_fpga.supports.ts_rng.present = 1;
|
|
|
break;
|
|
|
default:
|
|
|
- ts78xx_fpga.supports.ts_rtc.present = 0;
|
|
|
- ts78xx_fpga.supports.ts_nand.present = 0;
|
|
|
- ts78xx_fpga.supports.ts_rng.present = 0;
|
|
|
+ printk(KERN_WARNING "Unrecognized TS-78XX FPGA ID 0x%02x",
|
|
|
+ ts78xx_fpga.id);
|
|
|
+ ts78xx_fpga.supports.ts_rtc.present = 1;
|
|
|
+ ts78xx_fpga.supports.ts_nand.present = 1;
|
|
|
+ ts78xx_fpga.supports.ts_rng.present = 1;
|
|
|
}
|
|
|
}
|
|
|
|