[platform/cels] Dx010: fix pca9548 downstream device address collision (#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.
This commit is contained in:
parent
829c116f13
commit
fb53ab7f7b
@ -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
|
||||
|
@ -11,5 +11,4 @@ i2c-mux
|
||||
i2c-smbus
|
||||
|
||||
i2c-mux-gpio
|
||||
i2c-mux-pca954x
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user