Merge tag 'for-linus-2022121301' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-block.git] / include / linux / platform_data / sc18is602.h
CommitLineData
d2912cb1 1/* SPDX-License-Identifier: GPL-2.0-only */
3ce8859e
GR
2/*
3 * Platform data for NXP SC18IS602/603
4 *
5 * Copyright (C) 2012 Guenter Roeck <linux@roeck-us.net>
6 *
9cdd273e 7 * For further information, see the Documentation/spi/spi-sc18is602.rst file.
3ce8859e
GR
8 */
9
10/**
11 * struct sc18is602_platform_data - sc18is602 info
12 * @clock_frequency SC18IS603 oscillator frequency
13 */
14struct sc18is602_platform_data {
15 u32 clock_frequency;
16};