Skip to content

Commit bf693be

Browse files
authored
[platform/dx010] Remove unused pca9541 device init line (sonic-net#6280)
Remove the unused codes addressed in sonic-net#5891 on Dx010 platform.
1 parent 8939202 commit bf693be

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

platform/broadcom/sonic-platform-modules-cel/debian/platform-modules-dx010.init

-11
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,6 @@ start)
6161
[ $found -eq 0 ] && echo "cannot find iSMT" && exit 1
6262

6363
i2cset -y ${devnum} 0x70 0x10 0x00 0x01 i
64-
65-
# Attach PCA9541 Ox70 Master Selector
66-
chmod 755 /sys/bus/i2c/devices/i2c-${devnum}/new_device
67-
# FIXME: commenting out the following line.
68-
# there had been no pca9541 driver loaded on Celestica platform,
69-
# the recent addition of this driver casued following line
70-
# becoming effictive, but negatively impacted the platform
71-
# stability. Commenting it out restores the original behavior
72-
# on Celestica platform.
73-
# This change should be further analyzed and updated.
74-
# echo pca9541 0x70 > /sys/bus/i2c/devices/i2c-${devnum}/new_device
7564
sleep 1
7665

7766
# Attach PCA9548 0x71 Channel Extender for Main Board

0 commit comments

Comments
 (0)