[PATCH] wandboard: Do not print error message when PMIC is absent

2020-01-15 Thread sbabic
> Only the wandboard revD1 boards have PMIC, so when running on a wandboard > of different revision the following error is always shown on every boot: > pmic_get() ret -19 > Instead of printing this error message, move it to debug level instead. > Signed-off-by: Fabio Estevam Applied to u-boot-im

[PATCH] wandboard: Do not print error message when PMIC is absent

2020-01-08 Thread Fabio Estevam
Only the wandboard revD1 boards have PMIC, so when running on a wandboard of different revision the following error is always shown on every boot: pmic_get() ret -19 Instead of printing this error message, move it to debug level instead. Signed-off-by: Fabio Estevam --- board/wandboard/wandbo