[device]: Update syseeprom to CPU EEPROM for ingrasys s9180. (#1556)

This commit is contained in:
wadelnn 2018-04-03 02:26:20 +08:00 committed by lguohan
parent 744a52d440
commit 4b27ce0e73

View File

@ -18,5 +18,5 @@ except ImportError, e:
class board(eeprom_tlvinfo.TlvInfoDecoder):
def __init__(self, name, path, cpld_root, ro):
self.eeprom_path = "/sys/class/i2c-adapter/i2c-0/0-0055/eeprom"
self.eeprom_path = "/sys/class/i2c-adapter/i2c-0/0-0051/eeprom"
super(board, self).__init__(self.eeprom_path, 0, '', True)