Skip to content

Commit

Permalink
[platform/cels] Dx010: fix pca9548 downstream device address collision (
Browse files Browse the repository at this point in the history
sonic-net#5899)

- Why I did it
Fix the i2c device to address conflicts behind the PCA9548 switch.

- How I did it
Load the i2c-mux-pca954x with parameter force-deselect-on-exit=1.
  • Loading branch information
pphuchar authored Nov 26, 2020
1 parent 829c116 commit fb53ab7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ start)
echo -n "Setting up board... "

modprobe i2c-dev
modprobe i2c-mux-pca954x
modprobe i2c-mux-pca954x force-deselect-on-exit=1
modprobe dx010_wdt
modprobe leds-dx010
modprobe lm75
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ i2c-mux
i2c-smbus

i2c-mux-gpio
i2c-mux-pca954x

0 comments on commit fb53ab7

Please sign in to comment.