Re: [PATCH 02/16] board: traverse: ten64: ensure retimer reset is done on new board revisions

2023-07-21 Thread Peng Fan
On 7/21/2023 12:39 PM, Mathew McBride wrote: Board revision C (production) and later require the SFP+ retimer to be turned on (or reset) on boot, by way of issuing a command to the board's microcontroller (via I2C). The comparison statement here was incorrect, as the board ID decrements

[PATCH 02/16] board: traverse: ten64: ensure retimer reset is done on new board revisions

2023-07-20 Thread Mathew McBride
Board revision C (production) and later require the SFP+ retimer to be turned on (or reset) on boot, by way of issuing a command to the board's microcontroller (via I2C). The comparison statement here was incorrect, as the board ID decrements every revision (from 0xFF downwards), so this was