[as6712-32x] Support multi-page reading of the eeprom for OOM

This commit is contained in:
Brandon Chuang
2017-11-16 11:44:39 +08:00
parent b43c7aa7e3
commit 00f7a69632
2 changed files with 1442 additions and 287 deletions

View File

@@ -25,7 +25,7 @@ class OnlPlatform_x86_64_accton_as6712_32x_r0(OnlPlatformAccton,
# initialize QSFP port 1~32
for port in range(1, 33):
self.new_i2c_device('as6712_32x_sfp%d' % port,
self.new_i2c_device('as6712_32x_port%d' % port,
0x50,
port+1)