[Armadeus-commitlog] UNNAMED PROJECT branch, armadeus-2020.07-rc5, updated. 3f0959d62c8581af49a417
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2020-06-29 08:44:47
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, armadeus-2020.07-rc5 has been updated
via 3f0959d62c8581af49a417d7d5b1ee0be4b0e4d4 (commit)
from 2fc28dc3521594ecf04b9851ca7bdfd70ad54379 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3f0959d62c8581af49a417d7d5b1ee0be4b0e4d4
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Jun 29 10:33:50 2020 +0200
power: pmic_pca9450: fix PCA9450A I2C address
PCA9450A I2C address is 0x25. Fix it.
-----------------------------------------------------------------------
Summary of changes:
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;
hooks/post-receive
--
UNNAMED PROJECT
|