Thomas Gleixner | 2025cf9 | 2019-05-29 07:18:02 -0700 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Tan, Raymond | 4bcfda0 | 2014-09-03 10:41:38 +0800 | [diff] [blame] | 2 | /* |
3 | * Copyright(c) 2014 Intel Corporation. | ||||
Tan, Raymond | 4bcfda0 | 2014-09-03 10:41:38 +0800 | [diff] [blame] | 4 | */ |
5 | |||||
6 | #ifndef I2C_DESIGNWARE_H | ||||
7 | #define I2C_DESIGNWARE_H | ||||
8 | |||||
9 | struct dw_i2c_platform_data { | ||||
10 | unsigned int i2c_scl_freq; | ||||
11 | }; | ||||
12 | |||||
13 | #endif |