Commit a9bab2bf authored by Alessandro Rubini's avatar Alessandro Rubini

kernel modules: fix address for pps/timestamp

parent be3378cc
......@@ -49,16 +49,16 @@
#define FPGA_SIZE_EACH_EP 0x400
#define FPGA_BASE_VIC 0x10050000 /* not used here */
#define FPGA_SIZE_VIC 0x00001000
#define FPGA_BASE_TS 0x10051000
#define FPGA_SIZE_TS 0x00001000
#define FPGA_BASE_PPSG 0x10052000
#define FPGA_BASE_PPSG 0x10051000
#define FPGA_SIZE_PPSG 0x00001000
#define FPGA_BASE_TS 0x10052000
#define FPGA_SIZE_TS 0x00001000
enum fpga_blocks {
WRN_FB_NIC,
WRN_FB_EP,
WRN_FB_TS,
WRN_FB_PPSG,
WRN_FB_TS,
WRN_NR_OF_BLOCKS,
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment