Revert "media: i2c: imx296: Add 2ms delay after releasing standby"

This reverts commit ecbc04aa0c
which duplicated 5fb3b30055

Signed-off-by: Nick Hollinghurst <nick.hollinghurst@raspberrypi.com>
This commit is contained in:
Nick Hollinghurst
2023-11-14 16:03:54 +00:00
committed by Dom Cobley
parent e29790875b
commit 0c943bc9ba

View File

@@ -949,7 +949,6 @@ static int imx296_identify_model(struct imx296 *sensor)
"failed to get sensor out of standby (%d)\n", ret);
return ret;
}
usleep_range(2000, 5000);
usleep_range(2000, 5000);