.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * include/linux/platform_data/pxa_sdhci.h |
---|
3 | 4 | * |
---|
.. | .. |
---|
5 | 6 | * Zhangfei Gao <zhangfei.gao@marvell.com> |
---|
6 | 7 | * |
---|
7 | 8 | * PXA Platform - SDHCI platform data definitions |
---|
8 | | - * |
---|
9 | | - * This program is free software; you can redistribute it and/or modify |
---|
10 | | - * it under the terms of the GNU General Public License version 2 as |
---|
11 | | - * published by the Free Software Foundation. |
---|
12 | 9 | */ |
---|
13 | 10 | |
---|
14 | 11 | #ifndef _PXA_SDHCI_H_ |
---|
.. | .. |
---|
33 | 30 | * 1: choose feedback clk + delay value |
---|
34 | 31 | * 2: choose internal clk |
---|
35 | 32 | * @clk_delay_enable: enable clk_delay or not, used on pxa910 |
---|
36 | | - * @ext_cd_gpio: gpio pin used for external CD line |
---|
37 | | - * @ext_cd_gpio_invert: invert values for external CD gpio line |
---|
38 | 33 | * @max_speed: the maximum speed supported |
---|
39 | 34 | * @host_caps: Standard MMC host capabilities bit field. |
---|
40 | 35 | * @quirks: quirks of platfrom |
---|
.. | .. |
---|
46 | 41 | unsigned int clk_delay_cycles; |
---|
47 | 42 | unsigned int clk_delay_sel; |
---|
48 | 43 | bool clk_delay_enable; |
---|
49 | | - unsigned int ext_cd_gpio; |
---|
50 | | - bool ext_cd_gpio_invert; |
---|
51 | 44 | unsigned int max_speed; |
---|
52 | 45 | u32 host_caps; |
---|
53 | 46 | u32 host_caps2; |
---|