add System EEPROM support for as5812

This commit is contained in:
Lewis Kang
2016-04-11 16:12:31 +08:00
parent 7547415d6b
commit 2f1f4aeabe
2 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -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