On Thu, Apr 09, 2026 at 02:34:33PM +0200, Josua Mayer wrote: > Currently, the binding requires 'spi-cpha' for SJA1105 and 'spi-cpol' > for SJA1110. > > However, the SJA1110 supports both SPI modes 0 and 2. Mode 2 > (cpha=0, cpol=1) is used by the NXP LX2160 Bluebox 3. > > On the SolidRun i.MX8DXL HummingBoard Telematics, mode 0 is stable, > while forcing mode 2 introduces CRC errors especially during bursts. > > Drop the requirement on spi-cpol for SJA1110. > > Fixes: af2eab1a8243 ("dt-bindings: net: nxp,sja1105: document spi-cpol/cpha") > Signed-off-by: Josua Mayer Acked-by: Conor Dooley