Re: [Patch v2 07/20] media: ti-vpe: cal: add CSI2 PHY LDO errata support

From: Benoit Parrot
Date: Wed Nov 06 2019 - 15:38:16 EST


Sakari Ailus <sakari.ailus@xxxxxx> wrote on Wed [2019-Nov-06 10:55:02 +0200]:
> Hi Benoit,
>
> On Mon, Nov 04, 2019 at 01:31:27PM -0600, Benoit Parrot wrote:
>
> ...
>
> > @@ -458,6 +483,8 @@
> > #define CAL_CSI2_PHY_REG1_CLOCK_MISS_DETECTOR_STATUS_SUCCESS 0
> > #define CAL_CSI2_PHY_REG1_RESET_DONE_STATUS_MASK GENMASK(29, 28)
> >
> > +#define CAL_CSI2_PHY_REG10_I933_LDO_DISABLE_MASK BIT_MASK(6)
>
> BIT(6) ?
>
> BIT_MASK() is intended for a different purpose.

Well actually here I don't see the differences?

>
> --
> Regards,
>
> Sakari Ailus