git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e261a0
)
power: pmic: tps65941: Fix TI TPS65224 PMIC compatiable
author
Udit Kumar
<u-kumar1@ti.com>
Fri, 27 Dec 2024 17:30:24 +0000
(23:00 +0530)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Mon, 13 Jan 2025 22:44:51 +0000
(07:44 +0900)
Fix compatiable name for TPS65224 PMIC as defined in
dts/upstream/Bindings/mfd/ti,tps6594.yaml bindings.
Fixes:
1468fbba6d55
("power: pmic: tps65941: Add TI TPS65224 PMIC")
Signed-off-by: Udit Kumar <u-kumar1@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/power/pmic/tps65941.c
patch
|
blob
|
history
diff --git
a/drivers/power/pmic/tps65941.c
b/drivers/power/pmic/tps65941.c
index
c3490db
..
57d4705
100644
(file)
--- a/
drivers/power/pmic/tps65941.c
+++ b/
drivers/power/pmic/tps65941.c
@@
-74,7
+74,7
@@
static const struct udevice_id tps65941_ids[] = {
{ .compatible = "ti,tps659412", .data = TPS659411 },
{ .compatible = "ti,tps659413", .data = TPS659413 },
{ .compatible = "ti,lp876441", .data = LP876441 },
- { .compatible = "ti,tps65224", .data = TPS65224 },
+ { .compatible = "ti,tps65224
-q1
", .data = TPS65224 },
{ .compatible = "ti,tps6594-q1", .data = TPS659411 },
{ .compatible = "ti,tps6593-q1", .data = TPS659413 },
{ .compatible = "ti,lp8764-q1", .data = LP876441 },