hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/include/linux/platform_data/spi-mt65xx.h
....@@ -1,12 +1,9 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * MTK SPI bus driver definitions
34 *
45 * Copyright (c) 2015 MediaTek Inc.
56 * Author: Leilk Liu <leilk.liu@mediatek.com>
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License version 2 as
9
- * published by the Free Software Foundation.
107 */
118
129 #ifndef ____LINUX_PLATFORM_DATA_SPI_MTK_H
....@@ -14,9 +11,6 @@
1411
1512 /* Board specific platform_data */
1613 struct mtk_chip_config {
17
- u32 tx_mlsb;
18
- u32 rx_mlsb;
19
- u32 cs_pol;
2014 u32 sample_sel;
2115 };
2216 #endif