public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/1] power: pmic_pca9450: fix PCA9450A I2C address
@ 2020-06-29  8:42 Sébastien Szymanski
  2020-06-29  9:51 ` [EXT] " Ye Li
  0 siblings, 1 reply; 4+ messages in thread
From: Sébastien Szymanski @ 2020-06-29  8:42 UTC (permalink / raw)
  To: u-boot

PCA9450A I2C address is 0x25. Fix it.

Signed-off-by: S?bastien Szymanski <sebastien.szymanski@armadeus.com>
---
 drivers/power/pmic/pmic_pca9450.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/power/pmic/pmic_pca9450.c b/drivers/power/pmic/pmic_pca9450.c
index 67a9090200..c0fb78c4cd 100644
--- a/drivers/power/pmic/pmic_pca9450.c
+++ b/drivers/power/pmic/pmic_pca9450.c
@@ -23,7 +23,7 @@ int power_pca9450a_init(unsigned char bus)
 	p->name = pca9450_name;
 	p->interface = PMIC_I2C;
 	p->number_of_regs = PCA9450_REG_NUM;
-	p->hw.i2c.addr = 0x35;
+	p->hw.i2c.addr = 0x25;
 	p->hw.i2c.tx_num = 1;
 	p->bus = bus;
 
-- 
2.26.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-06-29 13:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-29  8:42 [PATCH 1/1] power: pmic_pca9450: fix PCA9450A I2C address Sébastien Szymanski
2020-06-29  9:51 ` [EXT] " Ye Li
2020-06-29 10:11   ` Sébastien Szymanski
2020-06-29 13:45     ` Ye Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox