[PATCH v1 2/9] pca9450a: fix i2c address

2020-12-08 Thread sbabic
> From: Max Krummenacher > The I2C address is 0x25, not 0x35. This according to the datasheet and > tests with a PCA9450A. > Signed-off-by: Max Krummenacher > Reviewed-by: Jaehoon Chung Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

Re: [PATCH v1 2/9] pca9450a: fix i2c address

2020-10-28 Thread Jaehoon Chung
On 10/28/20 6:58 PM, Igor Opaniuk wrote: > From: Max Krummenacher > > The I2C address is 0x25, not 0x35. This according to the datasheet and > tests with a PCA9450A. > > Signed-off-by: Max Krummenacher Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > >

[PATCH v1 2/9] pca9450a: fix i2c address

2020-10-28 Thread Igor Opaniuk
From: Max Krummenacher The I2C address is 0x25, not 0x35. This according to the datasheet and tests with a PCA9450A. Signed-off-by: Max Krummenacher --- drivers/power/pmic/pca9450.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/power/pmic/pca9450.c