spi: Update for new sequence numbers
authorSimon Glass <sjg@chromium.org>
Thu, 17 Dec 2020 04:20:19 +0000 (21:20 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 19 Dec 2020 03:32:21 +0000 (20:32 -0700)
commit6d83c74db7ae2fa7d9beec7121382ee76e7c63c6
tree1a18f16f3ef3a8363276d890f5944a8bc81e0e4e
parent42f3663a3f67b4da4dcdaaea615e3645aec0ba78
spi: Update for new sequence numbers

Use the new sequence number in all cases. Drop the rockchip case because
the sequence number should be 0 anyway, and assigning to the sequence
number is not permitted.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/spi/fsl_dspi.c
drivers/spi/rk_spi.c