提交 ce932a0b 编写于 作者: K Kevin Hilman 提交者: Sekhar Nori

ARM: davinci: board-da850-evm: add I2C ID for VPIF

VPIF capture driver now has a way to specific I2C adapter ID (was
previously hard-coded.)  Use the new interface.
Signed-off-by: NKevin Hilman <khilman@baylibre.com>
Signed-off-by: NSekhar Nori <nsekhar@ti.com>
上级 d2e04b1f
......@@ -1213,6 +1213,7 @@ static struct vpif_subdev_info da850_vpif_capture_sdev_info[] = {
static struct vpif_capture_config da850_vpif_capture_config = {
.subdev_info = da850_vpif_capture_sdev_info,
.subdev_count = ARRAY_SIZE(da850_vpif_capture_sdev_info),
.i2c_adapter_id = 1,
.chan_config[0] = {
.inputs = da850_ch0_inputs,
.input_count = ARRAY_SIZE(da850_ch0_inputs),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部