[PATCH v3 13/24] platform: add video-multiplexer subdevice driver
Javier Martinez Canillas
javier at dowhile0.org
Tue Jan 24 04:44:12 PST 2017
Hello Steve,
On Fri, Jan 6, 2017 at 11:11 PM, Steve Longerbeam <slongerbeam at gmail.com> wrote:
> From: Philipp Zabel <p.zabel at pengutronix.de>
[snip]
>
> +config VIDEO_MULTIPLEXER
> + tristate "Video Multiplexer"
> + depends on VIDEO_V4L2_SUBDEV_API && MEDIA_CONTROLLER
The driver can be build as a module...
> +
> +static const struct of_device_id vidsw_dt_ids[] = {
> + { .compatible = "video-multiplexer", },
> + { /* sentinel */ }
> +};
> +
... so you need a MODULE_DEVICE_TABLE(of, vidsw_dt_ids) here or
otherwise module autoloading won't work.
Best regards,
Javier
More information about the linux-arm-kernel
mailing list