[PATCH] power: pmic: pca9450: fix i2c address for PCA9450A

2020-07-13 Thread Flavio Suligoi
of 7-bit Slave Address, the address is 0x25. This modification was tested on the imx8mm-evk, with the SOC equipped with the PCA9450A instead of the previous ROHM BD71847. Signed-off-by: Flavio Suligoi --- drivers/power/pmic/pca9450.c | 2 +- drivers/power/pmic/pmic_pca9450.c | 2 +- 2 files ch

[PATCH] power: pmic: pca9450: fix i2c address for PCA9450A

2020-07-13 Thread Flavio Suligoi
of 7-bit Slave Address, the address is 0x25. This modification was tested on the imx8mm-evk, with the SOC equipped with the PCA9450A instead of the previous ROHM BD71847. Signed-off-by: Flavio Suligoi --- drivers/power/pmic/pca9450.c | 2 +- drivers/power/pmic/pmic_pca9450.c | 2 +- 2 files ch

[PATCH v1] power: pmic: pca9450: fix i2c address for PCA9450A

2020-07-13 Thread Flavio Suligoi
of 7-bit Slave Address, the address is 0x25. This modification was tested on the imx8mm-evk, with the SOC equipped with the PCA9450A instead of the previous ROHM BD71847. Signed-off-by: Flavio Suligoi Reviewed-by: Peng Fan --- Changes: v1: add "Reviewed-by: Peng Fan " drivers/po

RE: [PATCH] power: pmic: pca9450: fix i2c address for PCA9450A

2020-07-13 Thread Flavio Suligoi
Hi Sebastien, > >> index 0c9d9a366e..c7f8b80954 100644 > >> --- a/drivers/power/pmic/pca9450.c > >> +++ b/drivers/power/pmic/pca9450.c > >> @@ -80,7 +80,7 @@ static struct dm_pmic_ops pca9450_ops = { }; > >> > >> static const struct udevice_id pca9450_ids[] = { > >> - { .compatible = "nxp,pca94

[PATCH] tools: buildman: fix typo

2020-01-29 Thread Flavio Suligoi
Signed-off-by: Flavio Suligoi --- tools/buildman/builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildman/builder.py b/tools/buildman/builder.py index 784c641..3fd4fac 100644 --- a/tools/buildman/builder.py +++ b/tools/buildman/builder.py @@ -979,7 +979,7

[PATCH] net: fix typo

2020-01-29 Thread Flavio Suligoi
Signed-off-by: Flavio Suligoi --- drivers/net/mvpp2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/mvpp2.c b/drivers/net/mvpp2.c index 917d06b..b234b41 100644 --- a/drivers/net/mvpp2.c +++ b/drivers/net/mvpp2.c @@ -580,7 +580,7 @@ enum mv_netc_lanes

RE: [PATCH] imx: distinguish POR from POR+WDOG reset cause for first wd

2020-01-27 Thread Flavio Suligoi
Hi Peng, > -Original Message- > From: Peng Fan > Sent: lunedì 27 gennaio 2020 13:50 > To: Flavio Suligoi ; Fabio Estevam > Cc: Stefano Babic ; dl-uboot-imx ; U- > Boot-Denx > Subject: RE: [PATCH] imx: distinguish POR from POR+WDOG reset cause for > first wd

RE: [PATCH] imx: distinguish POR from POR+WDOG reset cause for first wd

2020-01-23 Thread Flavio Suligoi
Hi Fabio, > > Hi Flavio, > > On Wed, Jan 22, 2020 at 11:18 AM Flavio Suligoi wrote: > > > > In some application the possibility to check if the reset > > is caused by a watchdog is essential, even if it occurs > > simultaneously with POR. &

[PATCH] imx: distinguish POR from POR+WDOG reset cause for first wd

2020-01-22 Thread Flavio Suligoi
In some application the possibility to check if the reset is caused by a watchdog is essential, even if it occurs simultaneously with POR. Signed-off-by: Flavio Suligoi --- arch/arm/mach-imx/cpu.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-imx/cpu.c

[PATCH 1/2] fsl: fix typo in header file

2020-01-16 Thread Flavio Suligoi
Signed-off-by: Flavio Suligoi --- include/fsl_validate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fsl_validate.h b/include/fsl_validate.h index c7b3ffc..06951fc 100644 --- a/include/fsl_validate.h +++ b/include/fsl_validate.h @@ -212,7 +212,7 @@ struct

[PATCH 2/2] imx: fix typo in header file

2020-01-16 Thread Flavio Suligoi
Signed-off-by: Flavio Suligoi --- include/imximage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/imximage.h b/include/imximage.h index ace5cf8..1ed3284 100644 --- a/include/imximage.h +++ b/include/imximage.h @@ -73,7 +73,7 @@ enum imximage_cmd

[PATCH v2] imx: imx8mm_evk: remove hdmi fw info from README

2020-01-16 Thread Flavio Suligoi
The imx8mm doesn't require the hdmi firmware. Update also the fw version. Signed-off-by: Flavio Suligoi --- board/freescale/imx8mm_evk/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/freescale/imx8mm_evk/README b/board/freescale/imx8mm_evk/README

[PATCH] imx: imx8mm_evk: remove hdmi fw info from README

2020-01-15 Thread Flavio Suligoi
The imx8mm doesn't require the hdmi firmware Signed-off-by: Flavio Suligoi --- board/freescale/imx8mm_evk/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/imx8mm_evk/README b/board/freescale/imx8mm_evk/README index c908c0a..ab19a42 100644 --- a/