Skip to content

Commit

Permalink
[platform/cel]: update qsfp dd driver in silverstone (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirut Getbamrung authored Oct 29, 2020
1 parent 583b300 commit ccf3836
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

#ifndef TEST_MODE
#define MOD_VERSION "1.2.0"
#define MOD_VERSION "1.2.1"
#else
#define MOD_VERSION "TEST"
#endif
Expand Down Expand Up @@ -1647,12 +1647,12 @@ static struct platform_device silverstone_dev = {
};

/**
* Board info for QSFP/SFP+ eeprom.
* Board info for QSFPDD/SFP+ eeprom.
* Note: Using OOM optoe as I2C eeprom driver.
* https://www.opencompute.org/wiki/Networking/SpecsAndDesigns#Open_Optical_Monitoring
*/
static struct i2c_board_info sff8436_eeprom_info[] = {
{ I2C_BOARD_INFO("optoe1", 0x50) }, //For QSFP w/ sff8436
{ I2C_BOARD_INFO("optoe3", 0x50) }, //For QSFPDD w/ cmis
{ I2C_BOARD_INFO("optoe2", 0x50) }, //For SFP+ w/ sff8472
};

Expand Down

0 comments on commit ccf3836

Please sign in to comment.