[PATCH v1 03/10] media: platform: mediatek: add isp_7x seninf unit
CK Hu (胡俊光)
ck.hu at mediatek.com
Sun Oct 27 18:27:19 PDT 2024
Hi, Shu-hsiang:
On Wed, 2024-10-09 at 19:15 +0800, Shu-hsiang Yang wrote:
> Introduces the driver of the MediaTek Sensor Interface,
> focusing on integration with the MediaTek ISP CAMSYS. The
> seninf device bridges camera sensors and the ISP system,
> providing management for sensor data routing and processing.
> Key features include V4L2 framework control, and dynamic
> handling of stream configurations and virtual channels.
>
> Signed-off-by: Shu-hsiang Yang <Shu-hsiang.Yang at mediatek.com>
> ---
[snip]
> +
> +enum {
> + CLK_CAM_SENINF = 0,
CLK_CAM_SENINF is useless, so drop it.
Regards,
CK
> + CLK_TOP_SENINF,
> + CLK_TOP_SENINF1,
> + CLK_TOP_SENINF2,
> + CLK_TOP_SENINF3,
> + CLK_TOP_SENINF4,
> + CLK_TOP_SENINF5,
> + CLK_TOP_SENINF_END,
> + CLK_TOP_CAMTM = CLK_TOP_SENINF_END,
> + CLK_MAXCNT,
> +};
> +
More information about the Linux-mediatek
mailing list