[PATCH v2 1/1] power: pmic_pca9450: fix PCA9450A I2C address

2020-07-16 Thread sbabic
> Quoting Ye Li from NXP: > "We have confirmed with PMIC team, 0x35 is used only on early chips > and not used any more. 0x25 is the final address." > Fix it by merging power_pca9450a_init and power_pca9450b_init into one > function power_pca9450_init. > Signed-off-by: Sébastien Szymanski

Re: [EXT] [PATCH v2 1/1] power: pmic_pca9450: fix PCA9450A I2C address

2020-06-30 Thread Ye Li
On Tue, 2020-06-30 at 15:03 +0200, Sébastien Szymanski wrote: > Caution: EXT Email > > Quoting Ye Li from NXP: > > "We have confirmed with PMIC team, 0x35 is used only on early > chips > and not used any more. 0x25 is the final address." > > Fix it by merging power_pca9450a_init and

Re: [PATCH v2 1/1] power: pmic_pca9450: fix PCA9450A I2C address

2020-06-30 Thread Fabio Estevam
On Tue, Jun 30, 2020 at 10:03 AM Sébastien Szymanski wrote: > > Quoting Ye Li from NXP: > > "We have confirmed with PMIC team, 0x35 is used only on early chips > and not used any more. 0x25 is the final address." > > Fix it by merging power_pca9450a_init and power_pca9450b_init into one >

[PATCH v2 1/1] power: pmic_pca9450: fix PCA9450A I2C address

2020-06-30 Thread Sébastien Szymanski
Quoting Ye Li from NXP: "We have confirmed with PMIC team, 0x35 is used only on early chips and not used any more. 0x25 is the final address." Fix it by merging power_pca9450a_init and power_pca9450b_init into one function power_pca9450_init. Signed-off-by: Sébastien Szymanski ---