Re: [PATCH v5 3/3] media: i2c: imx471: Add Sony IMX471 image sensor driver
From: Tarang Raval
Date: Wed Jun 24 2026 - 04:43:51 EST
Hi Kate,
> Add a new driver for Sony imx471 camera sensor. It is based on
> Jimmy Su <jimmy.su@xxxxxxxxx> implementation and the driver can be found
> in the following URL.
> https://github.com/intel/ipu6-drivers/commits/master/drivers/media/i2c/imx471.c
>
> This sensor can be found on Lenovo X1 Carbon G14, X9-14 and X9-15 laptops
> and it is a part of IPU7 solution. The driver was tested on Lenovo X1
> Carbon G14, X9-14 and X9-15 laptops.
>
> Signed-off-by: Kate Hsuan <hpa@xxxxxxxxxx>
> ---
...
> +static const char * const imx471_supply_name[] = {
> + "avdd",
> +};
As we discussed in the last revision, this should be "vana" instead of "avdd".
Better to use the regulator name as defined in the datasheet.
Other than that, the driver looks good to me.
Reviewed-by: Tarang Raval <tarang.raval@xxxxxxxxxxxxxxxxx>
Best Regards,
Tarang