Skip to content

Commit

Permalink
[device/celestica-silverstone]: fix invalid eeprom path
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirut Getbamrung authored Dec 27, 2021
1 parent d4966b9 commit ea6a10e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Tlv(eeprom_tlvinfo.TlvInfoDecoder):
EEPROM_DECODE_HEADLINES = 6

def __init__(self):
self._eeprom_path = "/sys/class/i2c-adapter/i2c-12/12-0050/eeprom"
self._eeprom_path = "/sys/class/i2c-adapter/i2c-0/0-0056/eeprom"
super(Tlv, self).__init__(self._eeprom_path, 0, '', True)
self._eeprom = self._load_eeprom()

Expand Down

0 comments on commit ea6a10e

Please sign in to comment.