[celestica]: blacklist i2c_mux_pca9541 module#5881
Closed
lguohan wants to merge 1 commit intosonic-net:masterfrom
Closed
[celestica]: blacklist i2c_mux_pca9541 module#5881lguohan wants to merge 1 commit intosonic-net:masterfrom
lguohan wants to merge 1 commit intosonic-net:masterfrom
Conversation
device use i2c_mux_pca854x driver. recently, sonic kernel
enabled i2c_mux_pca9541 driver and it causes i2c mux probe failure.
blacklist pca9541 driver resolves the probe failure below.
Nov 10 08:14:52.839345 sonic WARNING kernel: [ 10.900019] pca954x 0-0071: probe failed
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Collaborator
Author
|
other devices also use pca954x will have similar issue. not sure how to find out those cases and check. |
bingwang-ms
approved these changes
Nov 10, 2020
yxieca
approved these changes
Nov 10, 2020
Collaborator
Author
|
retest mellanox please |
jleveque
approved these changes
Nov 10, 2020
Contributor
|
Closing this PR in favor of #5891 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
device use i2c_mux_pca954x driver. recently, sonic kernel
enabled i2c_mux_pca9541 driver and it causes i2c mux probe failure.
blacklist pca9541 driver resolves the probe failure below.
Signed-off-by: Guohan Lu lguohan@gmail.com
- Why I did it
Fix #5877
device use i2c_mux_pca854x driver. recently, sonic kernel
enabled i2c_mux_pca9541 driver and it causes i2c mux probe failure.
blacklist pca9541 driver resolves the probe failure below.
- How I did it
blacklist i2c_mux_pca9541 at using kernel cmdline
- How to verify it
modify the cmdline and verify manually on the dut.
- Which release branch to backport (provide reason below if selected)
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)