Skip to content
Unverified Commit 2c2b3ad2 authored by Maxim Kochetkov's avatar Maxim Kochetkov Committed by Mark Brown
Browse files

spi: spi-fsl-dspi: Use max_native_cs instead of num_chipselect to set SPI_MCR

If cs-gpios property is used in devicetree then ctlr->num_chipselect value
may be changed by spi_get_gpio_descs().
So use ctlr->max_native_cs instead of ctlr->num_chipselect to set SPI_MCR

Fixes: 4fcc7c22

 (spi: spi-fsl-dspi: Don't access reserved fields in SPI_MCR)
Signed-off-by: default avatarMaxim Kochetkov <fido_max@inbox.ru>
Link: https://lore.kernel.org/r/20201201085916.63543-1-fido_max@inbox.ru
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 122541f2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment