1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Platform data for NXP SC18IS602/603
4  *
5  * Copyright (C) 2012 Guenter Roeck <linux@roeck-us.net>
6  *
7  * For further information, see the Documentation/spi/spi-sc18is602 file.
8  */
9 
10 /**
11  * struct sc18is602_platform_data - sc18is602 info
12  * @clock_frequency		SC18IS603 oscillator frequency
13  */
14 struct sc18is602_platform_data {
15 	u32 clock_frequency;
16 };
17