Re: [PATCH] ARM: davinci: da850-evm: call regulator_has_full_constraints()

2019-06-14 Thread Sekhar Nori
On 08/06/19 7:37 PM, Linus Walleij wrote: > On Fri, Jun 7, 2019 at 11:02 AM Bartosz Golaszewski wrote: > >> From: Bartosz Golaszewski >> >> The BB expander at 0x21 i2c bus 1 fails to probe on da850-evm because >> the board doesn't set has_full_constraints to true in the regulator >> API. >> >> C

Re: [PATCH] ARM: davinci: da850-evm: call regulator_has_full_constraints()

2019-06-08 Thread Linus Walleij
On Fri, Jun 7, 2019 at 11:02 AM Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > The BB expander at 0x21 i2c bus 1 fails to probe on da850-evm because > the board doesn't set has_full_constraints to true in the regulator > API. > > Call regulator_has_full_constraints() at the end of bo

[PATCH] ARM: davinci: da850-evm: call regulator_has_full_constraints()

2019-06-07 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The BB expander at 0x21 i2c bus 1 fails to probe on da850-evm because the board doesn't set has_full_constraints to true in the regulator API. Call regulator_has_full_constraints() at the end of board registration just like we do in da850-lcdk and da830-evm. Signed-off