mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
add System EEPROM support for as5812
This commit is contained in:
@@ -51,6 +51,9 @@ class OnlPlatform_x86_64_accton_as5812_54t_r0(OnlPlatformAccton):
|
||||
('lm75', 0x48, 15),
|
||||
('lm75', 0x49, 16),
|
||||
('lm75', 0x4a, 17),
|
||||
|
||||
# System EEPROM
|
||||
('24c02', 0x57, 1),
|
||||
]
|
||||
)
|
||||
return True
|
||||
|
||||
@@ -58,6 +58,9 @@ class OnlPlatform_x86_64_accton_as5812_54x_r0(OnlPlatformAccton):
|
||||
('lm75', 0x48, 61),
|
||||
('lm75', 0x49, 62),
|
||||
('lm75', 0x4a, 63),
|
||||
|
||||
# System EEPROM
|
||||
('24c02', 0x57, 1),
|
||||
]
|
||||
)
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user