> + // 88E6393X CONFIG FRU > + eeprom@50 { > + compatible = "atmel,24c64"; > + reg = <0x50>; > + }; I just noticed this and it seems odd. MV88E6393X is a Marvell Ethernet switch. It can have an eeprom, and if so, the mv88e6xxx driver will export it via ethtool. It is not normally visible to Linux as an I2C device, because it hangs off the switches I2C Bus. Do you have some multi master going on? I also don't see the switch itself here. I would expect it to be listed in the MDIO node. Andrew