mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
minor fixes in init.py
This commit is contained in:
@@ -15,14 +15,14 @@ class OnlPlatform_x86_64_accton_as7512_32x_r0(OnlPlatformAccton):
|
||||
def baseconfig(self):
|
||||
########### initialize I2C bus 0 ###########
|
||||
# initialize multiplexer (PCA9548)
|
||||
self.new_i2c_devices(
|
||||
self.new_i2c_device(
|
||||
[
|
||||
('pca9458', 0x76, 0),
|
||||
]
|
||||
)
|
||||
|
||||
# initiate chassis fan
|
||||
self.new_i2c_devices(
|
||||
self.new_i2c_device(
|
||||
[
|
||||
('as7512_32x_fan', 0x66, 2),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user