]> git.baikalelectronics.ru Git - uboot.git/commit
mx6sllevk: Fix the pmic_get() parameter in the DM case
authorFabio Estevam <festevam@gmail.com>
Fri, 20 Dec 2019 17:59:27 +0000 (14:59 -0300)
committerStefano Babic <sbabic@denx.de>
Tue, 7 Jan 2020 09:26:57 +0000 (10:26 +0100)
commit25380fa928b22ff44f32ebef550845b4e8949ba1
tree93c877415f982433204a8491bef77f3879f235ff
parentef282888fe47d607691e5413f5549e6f9fd7d2aa
mx6sllevk: Fix the pmic_get() parameter in the DM case

When pmic_get() is used with DM the first parameter must be
the complete node name plus the unit address, so fix it
accordingly.

Reported-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
board/freescale/mx6sllevk/mx6sllevk.c