Commit ba21cc4
[celestica/e1031]: enable emc2305 fan controller timeout feature (sonic-net#14401)
Why I did it
There is rare condition, emc2305 hold SMBus and cause SMBus completion wait timed out.
How I did it
Enable EMC2305 SMBus timeout feature, 30ms period of inactivity will reset the interface.
How to verify it
Use 'i2cget -y -f 23 0x4d 0x20 b' to read EMC2305 configuration register and check DIS_TO bit not set.
Signed-off-by: Eric Zhu <[email protected]>1 parent 417196f commit ba21cc4
File tree
1 file changed
+32
-0
lines changed- platform/broadcom/sonic-platform-modules-cel/haliburton/modules
1 file changed
+32
-0
lines changedLines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
410 | 439 | | |
411 | 440 | | |
412 | 441 | | |
| |||
744 | 773 | | |
745 | 774 | | |
746 | 775 | | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
747 | 779 | | |
748 | 780 | | |
749 | 781 | | |
| |||
0 commit comments