Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / include / linux / platform_data / i2c-designware.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright(c) 2014 Intel Corporation.
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