xref: /openbmc/linux/include/linux/spi/tle62x0.h (revision 1802d0be)
11802d0beSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */
2447aef1aSBen Dooks /*
3447aef1aSBen Dooks  * tle62x0.h - platform glue to Infineon TLE62x0 driver chips
4447aef1aSBen Dooks  *
5447aef1aSBen Dooks  * Copyright 2007 Simtec Electronics
6447aef1aSBen Dooks  *	Ben Dooks <ben@simtec.co.uk>
7447aef1aSBen Dooks */
8447aef1aSBen Dooks 
9447aef1aSBen Dooks struct tle62x0_pdata {
10447aef1aSBen Dooks 	unsigned int		init_state;
11447aef1aSBen Dooks 	unsigned int		gpio_count;
12447aef1aSBen Dooks };
13