hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/linux/spi/spi_oc_tiny.h
....@@ -6,16 +6,12 @@
66 * struct tiny_spi_platform_data - platform data of the OpenCores tiny SPI
77 * @freq: input clock freq to the core.
88 * @baudwidth: baud rate divider width of the core.
9
- * @gpio_cs_count: number of gpio pins used for chipselect.
10
- * @gpio_cs: array of gpio pins used for chipselect.
119 *
1210 * freq and baudwidth are used only if the divider is programmable.
1311 */
1412 struct tiny_spi_platform_data {
1513 unsigned int freq;
1614 unsigned int baudwidth;
17
- unsigned int gpio_cs_count;
18
- int *gpio_cs;
1915 };
2016
2117 #endif /* _LINUX_SPI_SPI_OC_TINY_H */