Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / mips / include / asm / mach-au1x00 / au1550_spi.h
blobfe6ca4606d77e385176650a8e354468c52e39d1d
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * au1550_spi.h - Au1550 PSC SPI controller driver - platform data structure
4 */
6 #ifndef _AU1550_SPI_H_
7 #define _AU1550_SPI_H_
9 struct au1550_spi_info {
10 u32 mainclk_hz; /* main input clock frequency of PSC */
11 u16 num_chipselect; /* number of chipselects supported */
12 void (*activate_cs)(struct au1550_spi_info *spi, int cs, int polarity);
13 void (*deactivate_cs)(struct au1550_spi_info *spi, int cs, int polarity);
16 #endif