aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/gpio-ts5500.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/include/linux/platform_data/gpio-ts5500.h b/include/linux/platform_data/gpio-ts5500.h
deleted file mode 100644
index 94346d4504cb..000000000000
--- a/include/linux/platform_data/gpio-ts5500.h
+++ /dev/null
@@ -1,24 +0,0 @@
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * GPIO (DIO) header for Technologic Systems TS-5500
4 *
5 * Copyright (c) 2012 Savoir-faire Linux Inc.
6 * Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7 */
8
9#ifndef _PDATA_GPIO_TS5500_H
10#define _PDATA_GPIO_TS5500_H
11
12/**
13 * struct ts5500_dio_platform_data - TS-5500 pin block configuration
14 * @base: The GPIO base number to use.
15 * @strap: The only pin connected to an interrupt in a block is input-only.
16 * If you need a bidirectional line which can trigger an IRQ, you
17 * may strap it with an in/out pin. This flag indicates this case.
18 */
19struct ts5500_dio_platform_data {
20 int base;
21 bool strap;
22};
23
24#endif /* _PDATA_GPIO_TS5500_H */