mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 17:57:01 +00:00
Update __init__.py
fixes mistake where x was left out of 0x57 for system eeprom
This commit is contained in:
@@ -35,7 +35,7 @@ class OnlPlatform_x86_64_accton_as7512_32x_r0(OnlPlatformAccton,
|
||||
self.new_i2c_devices(
|
||||
[
|
||||
# initiate system eeprom
|
||||
('24c02', 057, 1),
|
||||
('24c02', 0x57, 1),
|
||||
|
||||
# initiate multiplexer (PCA9548)
|
||||
('pca9548', 0x71, 1),
|
||||
|
||||
Reference in New Issue
Block a user