On Fri, Apr 15, 2022 at 12:59:54PM +0100, Bryan O'Donoghue wrote: > Depending on the platform we may need to enable and disable three separate > regulators for the imx412. > > - DOVDD > Digital I/O power > > - AVDD > Analog power > > - DVDD > Digital core power > > The addition of these regulators shouldn't affect existing users using > fixed-on/firmware-controlled regulators. > > Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx> Squashed this bit into the patch: diff --git a/drivers/media/i2c/imx412.c b/drivers/media/i2c/imx412.c index 1795a6180d60d..a1394d6c14320 100644 --- a/drivers/media/i2c/imx412.c +++ b/drivers/media/i2c/imx412.c @@ -116,6 +116,7 @@ static const char * const imx412_supply_names[] = { * @pad: Media pad. Only one pad supported * @reset_gpio: Sensor reset gpio * @inclk: Sensor input clock + * @supplies: Regulator supplies * @ctrl_handler: V4L2 control handler * @link_freq_ctrl: Pointer to link frequency control * @pclk_ctrl: Pointer to pixel clock control -- Sakari Ailus