blob: efaa596848c9f1d97babddcd35478bcfa6a20516 [file] [log] [blame]
Thomas Gleixner2874c5f2019-05-27 08:55:01 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Alexander Shiyan161b96c2012-11-07 21:30:29 +04002/*
3 * CLPS711X SPI bus driver definitions
4 *
5 * Copyright (C) 2012 Alexander Shiyan <shc_work@mail.ru>
Alexander Shiyan161b96c2012-11-07 21:30:29 +04006 */
7
8#ifndef ____LINUX_PLATFORM_DATA_SPI_CLPS711X_H
9#define ____LINUX_PLATFORM_DATA_SPI_CLPS711X_H
10
11/* Board specific platform_data */
12struct spi_clps711x_pdata {
13 int *chipselect; /* Array of GPIO-numbers */
14 int num_chipselect; /* Total count of GPIOs */
15};
16
17#endif