Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Platform data for NXP SC18IS602/603
0004  *
0005  * Copyright (C) 2012 Guenter Roeck <linux@roeck-us.net>
0006  *
0007  * For further information, see the Documentation/spi/spi-sc18is602.rst file.
0008  */
0009 
0010 /**
0011  * struct sc18is602_platform_data - sc18is602 info
0012  * @clock_frequency     SC18IS603 oscillator frequency
0013  */
0014 struct sc18is602_platform_data {
0015     u32 clock_frequency;
0016 };