diff options
author | Jaewon Kim <[email protected]> | 2023-03-06 10:42:39 +0900 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-03-30 14:53:38 +0100 |
commit | e3d53ded577328f2b26d361f2e62fc70e85ab6a3 (patch) | |
tree | 5d6b7b691772da7d785a8d7eb9071c6667ebd1c1 | |
parent | 526c2966fca3337f01c513b1f0d85c839f8d8175 (diff) |
spi: s3c64xx: add no_cs description
This patch adds missing variable no_cs descriptions.
Signed-off-by: Jaewon Kim <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Andi Shyti <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | include/linux/platform_data/spi-s3c64xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/spi-s3c64xx.h b/include/linux/platform_data/spi-s3c64xx.h index 5df1ace6d2c9..3101152ce449 100644 --- a/include/linux/platform_data/spi-s3c64xx.h +++ b/include/linux/platform_data/spi-s3c64xx.h @@ -29,6 +29,7 @@ struct s3c64xx_spi_csinfo { * struct s3c64xx_spi_info - SPI Controller defining structure * @src_clk_nr: Clock source index for the CLK_CFG[SPI_CLKSEL] field. * @num_cs: Number of CS this controller emulates. + * @no_cs: Used when CS line is not connected. * @cfg_gpio: Configure pins for this SPI controller. */ struct s3c64xx_spi_info { |