提交 7c0fbf2f 编写于 作者: L Lukasz Majewski 提交者: Stefano Babic

imx: pmic: Set proper pmic name for iMX53 HSC|DDC boards

After the
commit 4213609c ("drivers: core: use strcmp when find device by name")
the exact DTS node name for PMIC device must be provided.

This patch fixes this issue by providing full DTS node name ('mc34708@8').
Signed-off-by: NLukasz Majewski <lukma@denx.de>
Reviewed-by: NJaehoon Chug <jh80.chung@samsung.com>
上级 90a3cff5
......@@ -48,7 +48,7 @@ static int power_init(void)
struct udevice *dev;
int ret;
ret = pmic_get("mc34708", &dev);
ret = pmic_get("mc34708@8", &dev);
if (ret) {
printf("%s: mc34708 not found !\n", __func__);
return ret;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册