Re: [PATCH] spi: imx: make xchg_single timeout value compatible for older boards

2017-12-14 Thread Sascha Hauer
On Thu, Dec 14, 2017 at 09:55:54AM +0100, Alexander Kurz wrote: > A call of xchg_single will issue the transfer of 24 data bits with a given > maximum frequency. Since there exist some i.MX based boards with > spi-max-frequency = <10>, change the xchg_single timeout to still > support those boa

[PATCH] spi: imx: make xchg_single timeout value compatible for older boards

2017-12-14 Thread Alexander Kurz
A call of xchg_single will issue the transfer of 24 data bits with a given maximum frequency. Since there exist some i.MX based boards with spi-max-frequency = <10>, change the xchg_single timeout to still support those boards. Fixes: 1439cdf7c6fc ("spi: imx: add timeout to xchg_single") Signe