mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 15:11:16 +00:00
ARM: at91: remove atmel_tsadcc platform_data
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
parent
e4719d8ddb
commit
03a3f53b96
2 changed files with 0 additions and 10 deletions
|
@ -118,9 +118,6 @@ struct isi_platform_data;
|
||||||
extern void __init at91_add_device_isi(struct isi_platform_data *data,
|
extern void __init at91_add_device_isi(struct isi_platform_data *data,
|
||||||
bool use_pck_as_mck);
|
bool use_pck_as_mck);
|
||||||
|
|
||||||
/* Touchscreen Controller */
|
|
||||||
extern void __init at91_add_device_tsadcc(struct at91_tsadcc_data *data);
|
|
||||||
|
|
||||||
/* CAN */
|
/* CAN */
|
||||||
extern void __init at91_add_device_can(struct at91_can_data *data);
|
extern void __init at91_add_device_can(struct at91_can_data *data);
|
||||||
|
|
||||||
|
|
|
@ -87,13 +87,6 @@ struct atmel_uart_data {
|
||||||
int rts_gpio; /* optional RTS GPIO */
|
int rts_gpio; /* optional RTS GPIO */
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Touchscreen Controller */
|
|
||||||
struct at91_tsadcc_data {
|
|
||||||
unsigned int adc_clock;
|
|
||||||
u8 pendet_debounce;
|
|
||||||
u8 ts_sample_hold_time;
|
|
||||||
};
|
|
||||||
|
|
||||||
/* CAN */
|
/* CAN */
|
||||||
struct at91_can_data {
|
struct at91_can_data {
|
||||||
void (*transceiver_switch)(int on);
|
void (*transceiver_switch)(int on);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue