Re: [U-Boot] [PATCH v2] pico-imx6ul: Add PMIC support

2016-07-19 Thread Stefano Babic
Hi Vanessa, On 13/07/2016 19:27, Vanessa Maegima wrote: > Add PMIC support. Tested by command "pmic PFUZE3000 dump". > > Signed-off-by: Vanessa Maegima > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- = D

Re: [U-Boot] [PATCH v2] pico-imx6ul: Add PMIC support

2016-07-13 Thread Fabio Estevam
On Wed, Jul 13, 2016 at 2:27 PM, Vanessa Maegima wrote: > Add PMIC support. Tested by command "pmic PFUZE3000 dump". > > Signed-off-by: Vanessa Maegima Reviewed-by: Fabio Estevam ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailma

[U-Boot] [PATCH v2] pico-imx6ul: Add PMIC support

2016-07-13 Thread Vanessa Maegima
Add PMIC support. Tested by command "pmic PFUZE3000 dump". Signed-off-by: Vanessa Maegima --- Changes since v1: - Remove use of "reg" variable in function "pmic_reg_write". board/technexion/pico-imx6ul/pico-imx6ul.c | 70 ++ include/configs/pico-imx6ul.h