1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * timb_video.h Platform struct for the Timberdale video driver
4 * Copyright (c) 2009-2010 Intel Corporation
10 #include <linux/i2c.h>
12 struct timb_video_platform_data
{
14 int i2c_adapter
; /* The I2C adapter where the encoder is attached */
16 const char *module_name
;
17 struct i2c_board_info
*info
;