Skip to content

Commit

Permalink
[platform/dx010] Remove unused pca9541 device init line (#6280)
Browse files Browse the repository at this point in the history
Remove the unused codes addressed in #5891 on Dx010 platform.
  • Loading branch information
pphuchar authored Dec 24, 2020
1 parent 8939202 commit bf693be
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,6 @@ start)
[ $found -eq 0 ] && echo "cannot find iSMT" && exit 1

i2cset -y ${devnum} 0x70 0x10 0x00 0x01 i

# Attach PCA9541 Ox70 Master Selector
chmod 755 /sys/bus/i2c/devices/i2c-${devnum}/new_device
# FIXME: commenting out the following line.
# there had been no pca9541 driver loaded on Celestica platform,
# the recent addition of this driver casued following line
# becoming effictive, but negatively impacted the platform
# stability. Commenting it out restores the original behavior
# on Celestica platform.
# This change should be further analyzed and updated.
# echo pca9541 0x70 > /sys/bus/i2c/devices/i2c-${devnum}/new_device
sleep 1

# Attach PCA9548 0x71 Channel Extender for Main Board
Expand Down

0 comments on commit bf693be

Please sign in to comment.