Re: [RESEND PATCH v10 4/4] power: wm831x_power: Support USB charger current limit management

From: Manish Badarkhe
Date: Tue May 03 2016 - 23:29:29 EST


Hi Mark

>> > +static const unsigned int wm831x_usb_limits[] = {
>> > + 0,
>> > + 2,
>> > + 100,
>> > + 500,
>> > + 900,
>> > + 1500,
>> > + 1800,
>> > + 550,
>> > +};
>
>> Just for curiosity, How these current limits are getting decided?
>> Can we have some proper defines over here so that it can be grasped easily?
>
> They're in the silicon, it's just a table of values that were put into
> the silicon at design time. The defines would just be TABLE_ENTRY_1 or
> whatever.

Thanks for the clarification, In that case, comments/documentation
will work instead of making any defines.

Regards
Manish Badarkhe