Merge tag 'pm-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[linux-2.6-microblaze.git] / include / linux / platform_data / sc18is602.h
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.rst 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 };