blob: 014c4a5a7e131af873558cf9ae42033a57718979 [file] [log] [blame]
Thomas Gleixner2025cf92019-05-29 07:18:02 -07001/* SPDX-License-Identifier: GPL-2.0-only */
Tan, Raymond4bcfda02014-09-03 10:41:38 +08002/*
3 * Copyright(c) 2014 Intel Corporation.
Tan, Raymond4bcfda02014-09-03 10:41:38 +08004 */
5
6#ifndef I2C_DESIGNWARE_H
7#define I2C_DESIGNWARE_H
8
9struct dw_i2c_platform_data {
10 unsigned int i2c_scl_freq;
11};
12
13#endif