]> Git Repo - linux.git/blob - include/linux/platform_data/sc18is602.h
Merge tag 'for-5.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[linux.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 <[email protected]>
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 };
This page took 0.034957 seconds and 4 git commands to generate.