|
@@ -3453,6 +3453,8 @@ static const struct mv88e6xxx_ops mv88e6185_ops = {
|
|
|
|
|
|
static const struct mv88e6xxx_ops mv88e6190_ops = {
|
|
|
/* MV88E6XXX_FAMILY_6390 */
|
|
|
+ .get_eeprom = mv88e6xxx_g2_get_eeprom8,
|
|
|
+ .set_eeprom = mv88e6xxx_g2_set_eeprom8,
|
|
|
.set_switch_mac = mv88e6xxx_g2_set_switch_mac,
|
|
|
.phy_read = mv88e6xxx_g2_smi_phy_read,
|
|
|
.phy_write = mv88e6xxx_g2_smi_phy_write,
|
|
@@ -3478,6 +3480,8 @@ static const struct mv88e6xxx_ops mv88e6190_ops = {
|
|
|
|
|
|
static const struct mv88e6xxx_ops mv88e6190x_ops = {
|
|
|
/* MV88E6XXX_FAMILY_6390 */
|
|
|
+ .get_eeprom = mv88e6xxx_g2_get_eeprom8,
|
|
|
+ .set_eeprom = mv88e6xxx_g2_set_eeprom8,
|
|
|
.set_switch_mac = mv88e6xxx_g2_set_switch_mac,
|
|
|
.phy_read = mv88e6xxx_g2_smi_phy_read,
|
|
|
.phy_write = mv88e6xxx_g2_smi_phy_write,
|
|
@@ -3503,6 +3507,8 @@ static const struct mv88e6xxx_ops mv88e6190x_ops = {
|
|
|
|
|
|
static const struct mv88e6xxx_ops mv88e6191_ops = {
|
|
|
/* MV88E6XXX_FAMILY_6390 */
|
|
|
+ .get_eeprom = mv88e6xxx_g2_get_eeprom8,
|
|
|
+ .set_eeprom = mv88e6xxx_g2_set_eeprom8,
|
|
|
.set_switch_mac = mv88e6xxx_g2_set_switch_mac,
|
|
|
.phy_read = mv88e6xxx_g2_smi_phy_read,
|
|
|
.phy_write = mv88e6xxx_g2_smi_phy_write,
|
|
@@ -3556,6 +3562,8 @@ static const struct mv88e6xxx_ops mv88e6240_ops = {
|
|
|
|
|
|
static const struct mv88e6xxx_ops mv88e6290_ops = {
|
|
|
/* MV88E6XXX_FAMILY_6390 */
|
|
|
+ .get_eeprom = mv88e6xxx_g2_get_eeprom8,
|
|
|
+ .set_eeprom = mv88e6xxx_g2_set_eeprom8,
|
|
|
.set_switch_mac = mv88e6xxx_g2_set_switch_mac,
|
|
|
.phy_read = mv88e6xxx_g2_smi_phy_read,
|
|
|
.phy_write = mv88e6xxx_g2_smi_phy_write,
|
|
@@ -3714,6 +3722,8 @@ static const struct mv88e6xxx_ops mv88e6352_ops = {
|
|
|
|
|
|
static const struct mv88e6xxx_ops mv88e6390_ops = {
|
|
|
/* MV88E6XXX_FAMILY_6390 */
|
|
|
+ .get_eeprom = mv88e6xxx_g2_get_eeprom8,
|
|
|
+ .set_eeprom = mv88e6xxx_g2_set_eeprom8,
|
|
|
.set_switch_mac = mv88e6xxx_g2_set_switch_mac,
|
|
|
.phy_read = mv88e6xxx_g2_smi_phy_read,
|
|
|
.phy_write = mv88e6xxx_g2_smi_phy_write,
|
|
@@ -3741,6 +3751,8 @@ static const struct mv88e6xxx_ops mv88e6390_ops = {
|
|
|
|
|
|
static const struct mv88e6xxx_ops mv88e6390x_ops = {
|
|
|
/* MV88E6XXX_FAMILY_6390 */
|
|
|
+ .get_eeprom = mv88e6xxx_g2_get_eeprom8,
|
|
|
+ .set_eeprom = mv88e6xxx_g2_set_eeprom8,
|
|
|
.set_switch_mac = mv88e6xxx_g2_set_switch_mac,
|
|
|
.phy_read = mv88e6xxx_g2_smi_phy_read,
|
|
|
.phy_write = mv88e6xxx_g2_smi_phy_write,
|
|
@@ -3768,6 +3780,8 @@ static const struct mv88e6xxx_ops mv88e6390x_ops = {
|
|
|
|
|
|
static const struct mv88e6xxx_ops mv88e6391_ops = {
|
|
|
/* MV88E6XXX_FAMILY_6390 */
|
|
|
+ .get_eeprom = mv88e6xxx_g2_get_eeprom8,
|
|
|
+ .set_eeprom = mv88e6xxx_g2_set_eeprom8,
|
|
|
.set_switch_mac = mv88e6xxx_g2_set_switch_mac,
|
|
|
.phy_read = mv88e6xxx_g2_smi_phy_read,
|
|
|
.phy_write = mv88e6xxx_g2_smi_phy_write,
|