Add both 0x48 and 0x4C devnode, leave onlpdump to tell which one is valid.

Signed-off-by: roy_lee <roy_lee@accton.com>
This commit is contained in:
roy_lee
2018-08-29 09:16:47 +00:00
parent af627ba96a
commit 3633dd660d

View File

@@ -27,7 +27,8 @@ class OnlPlatform_x86_64_accton_as5916_54xm_r0(OnlPlatformAccton,
('as5916_54xm_fan', 0x66, 9),
# inititate LM75
('lm75', 0x4c, 10),
('lm75', 0x48, 10), #For R0A
('lm75', 0x4c, 10), #For R0B or later
('lm75', 0x49, 10),
('lm75', 0x4a, 10),
('lm75', 0x4b, 10),