spi: xilinx: Make num_chipselect 8-bit in the struct xspi_platform_data
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 8 Mar 2024 16:27:48 +0000 (18:27 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 25 Mar 2024 00:49:10 +0000 (00:49 +0000)
commita39111b1cf0864b1782f30f9a1fa65260d057327
treebde979a6211156546006a6c693a9ff956042e56d
parent8f40647d87610ecff6637d673024fe7bd045c913
spi: xilinx: Make num_chipselect 8-bit in the struct xspi_platform_data

There is no use for whole 16-bit for the number of chip select pins.
Drop it to 8 bits and reshuffle the data structure layout to avoid
unnecessary paddings.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Michal Simek <michal.simek@amd.com>
Link: https://msgid.link/r/20240308162920.46816-4-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/linux/spi/xilinx_spi.h