diff options
author | Maxime Chevallier <maxime.chevallier@bootlin.com> | 2018-07-17 16:31:51 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-07-24 15:58:24 +0100 |
commit | 2801b2f5fad3d1e9ea0ac8484584051071065645 (patch) | |
tree | effe1241e2060a52a32396847b4dddb5a2005515 /include/dt-bindings | |
parent | a021cac420f8a3bd1c36c91af9dd3143c44101d7 (diff) |
spi: imx: Use dynamic bursts only when bits_per_word is 8, 16 or 32
The dynamic bursts mode allows to group together multiple words into a
single burst. To do so, it's necessary that words can be packed into the
32-bits FIFO entries, so we can't allow using this mode with bit_per_words
different to 8, 16 or 32.
This prevents shitfing out extra clock ticks for transfers with
bit_per_word values not aligned on 8 bits.
With that , we are sure that only the correct number of bits is
shifted out at each transfer, so we don't need to mask out the remaining
parts of the words.
Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/dt-bindings')
0 files changed, 0 insertions, 0 deletions