hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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 */