wandboard: Fix the DM_PMIC conversion
authorFabio Estevam <festevam@gmail.com>
Tue, 10 Dec 2019 09:32:59 +0000 (06:32 -0300)
committerStefano Babic <sbabic@denx.de>
Wed, 8 Jan 2020 09:51:45 +0000 (10:51 +0100)
commit21f77b77af3f7cadfce790e099e8315d9eedd14c
tree09f6220d89b3616fd58df13e7cc69dfa061bc4e8
parentb6e7ef4bf71bc0927dea35fdec0a653a82ae57a7
wandboard: Fix the DM_PMIC conversion

Commit ec837c82d709 ("imx6: wandboard: convert to DM_PMIC")
caused the following pmic_get() error:

CPU:   Freescale i.MX6QP rev1.0 at 792 MHz
Reset cause: POR
DRAM:  2 GiB
PMIC:  pmic_get() ret -19
...

and since the PMIC presence is used to determine the board D1 revision,
the following error is seen when booting a board rev D1:

WARNING: Could not determine dtb to use

and the kernel does not boot at all.

Fix the regression by passing "pfuze100@8" as the correct parameter
to the pmic_get() function in the DM case.

Fixes: ec837c82d709 ("imx6: wandboard: convert to DM_PMIC")
Signed-off-by: Fabio Estevam <festevam@gmail.com>
board/wandboard/wandboard.c