From 890e1df1bec891d9203724541e81f8fbe5183388 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 19 Feb 2024 01:57:06 +0000
Subject: [PATCH] default settings GPIO PA4 PA6 PA3 PB5
---
kernel/include/linux/platform_data/spi-ep93xx.h | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/kernel/include/linux/platform_data/spi-ep93xx.h b/kernel/include/linux/platform_data/spi-ep93xx.h
index eb16c67..b439f2a 100644
--- a/kernel/include/linux/platform_data/spi-ep93xx.h
+++ b/kernel/include/linux/platform_data/spi-ep93xx.h
@@ -6,13 +6,9 @@
/**
* struct ep93xx_spi_info - EP93xx specific SPI descriptor
- * @chipselect: array of gpio numbers to use as chip selects
- * @num_chipselect: ARRAY_SIZE(chipselect)
* @use_dma: use DMA for the transfers
*/
struct ep93xx_spi_info {
- int *chipselect;
- int num_chipselect;
bool use_dma;
};
--
Gitblit v1.6.2