
28 Jan
2020
28 Jan
'20
10:14 a.m.
On 16/01/2020 22:46, Marek Szyprowski wrote:
Since commit 4213609cc7 ("drivers: core: use strcmp when find device by name") one has to provide full name to get requested object. Fix the code used to detect enable power regulators on the supported Exynos boards to use proper PMIC device device name then.
Signed-off-by: Marek Szyprowski m.szyprowski@samsung.com Reviewed-by: Anand Moon linux.amoon@gmail.com Reviewed-by: Lukasz Majewski lukma@denx.de
v3:
- Fixed max77686 and s5m8767 PMIC too
board/samsung/common/exynos5-dt-types.c | 2 +- board/samsung/common/exynos5-dt.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
applied to u-boot-samsung.
Thanks, Minkyu Kang.