Commit c57ad67
drivers: navassa: Fix selecting port B on RX2
When using a profile with RX1 on port A and RX2 on port B, RX2 would
still receive data on port A. As it turns out, we do have to call
adi_adrv9001_Rx_PortSwitch_Configure() even if port switch is disabled.
Annoyingly, we also need to put some valid values on the carrier
intervals for making the API happy (even if the feature is disabled).
Likely this is a bug in the device FW but for now, let's just workaround it
like this. And being this a workaround, I'm not giving a Fixes tag.
Signed-off-by: George Mois <[email protected]>1 parent 8418568 commit c57ad67
File tree
1 file changed
+12
-5
lines changed1 file changed
+12
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1716 | 1716 | | |
1717 | 1717 | | |
1718 | 1718 | | |
1719 | | - | |
1720 | | - | |
1721 | | - | |
1722 | | - | |
1723 | | - | |
| 1719 | + | |
| 1720 | + | |
| 1721 | + | |
| 1722 | + | |
| 1723 | + | |
| 1724 | + | |
| 1725 | + | |
| 1726 | + | |
| 1727 | + | |
| 1728 | + | |
| 1729 | + | |
| 1730 | + | |
1724 | 1731 | | |
1725 | 1732 | | |
1726 | 1733 | | |
| |||
0 commit comments