2 * Copyright (C) 2012 Samsung Electronics
4 * SPDX-License-Identifier: GPL-2.0+
18 struct exynos5_hsi2c
{
50 struct s3c24x0_i2c_bus
{
51 bool active
; /* port is active and available */
52 int node
; /* device tree node */
53 int bus_num
; /* i2c bus number */
54 struct s3c24x0_i2c
*regs
;
55 struct exynos5_hsi2c
*hsregs
;
56 int is_highspeed
; /* High speed type, rather than I2C */
57 unsigned clock_frequency
;
62 #endif /* _S3C24X0_I2C_H */