commit | 0c0c9b5753cd04601b17de09da1ed2885a3b42fe | [log] [tgz] |
---|---|---|
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Fri Jun 07 11:02:01 2019 +0200 |
committer | Sekhar Nori <nsekhar@ti.com> | Fri Jun 14 16:16:56 2019 +0530 |
tree | 8d9b58830cc8d0cc3f8cac02a681ebf8df0f0471 | |
parent | a188339ca5a396acc588e5851ed7e19f66b0ebd9 [diff] |
ARM: davinci: da850-evm: call regulator_has_full_constraints() 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. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>