media: v4l2: add subdev support for ir-cut

Change-Id: Ib39a2e918d0e41574c1f368275a8787a31b5b800
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
This commit is contained in:
Zefa Chen 2020-05-01 09:46:05 +08:00 committed by Tao Huang
parent 96ccebdd23
commit 07f2d39135

View File

@ -888,6 +888,7 @@ int v4l2_async_notifier_parse_fwnode_sensor_common(
} props[] = {
{ "flash-leds", led_props, ARRAY_SIZE(led_props) },
{ "lens-focus", NULL, 0 },
{ "ir-cut", NULL, 0 },
};
unsigned int i;