From 676c002af672d05ccf64ddd0927cbf4d170cc6aa Mon Sep 17 00:00:00 2001 From: Mats Randgaard Date: Tue, 6 Dec 2016 08:24:29 -0200 Subject: [PATCH] [media] tc358743: ctrl_detect_tx_5v should always be updated The control for +5V Power detection must also be updated when the EDID is not present. Signed-off-by: Mats Randgaard Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- drivers/media/i2c/tc358743.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/i2c/tc358743.c b/drivers/media/i2c/tc358743.c index 257969a..f569a05 100644 --- a/drivers/media/i2c/tc358743.c +++ b/drivers/media/i2c/tc358743.c @@ -404,6 +404,7 @@ static void tc358743_enable_edid(struct v4l2_subdev *sd) if (state->edid_blocks_written == 0) { v4l2_dbg(2, debug, sd, "%s: no EDID -> no hotplug\n", __func__); + tc358743_s_ctrl_detect_tx_5v(sd); return; } -- 2.7.4