* [PATCH] power: pmic: tps65941: Fix TI TPS65224 PMIC compatiable
@ 2024-12-27 17:30 ` Udit Kumar
2024-12-27 18:24 ` Tom Rini
2025-01-02 2:08 ` Jaehoon Chung
0 siblings, 2 replies; 3+ messages in thread
From: Udit Kumar @ 2024-12-27 17:30 UTC (permalink / raw)
To: trini, nm, j-keerthy
Cc: jh80.chung, bhargav.r, d-gole, u-boot, vigneshr, Udit Kumar
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>
---
drivers/power/pmic/tps65941.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/power/pmic/tps65941.c b/drivers/power/pmic/tps65941.c
index c3490db2a0..57d470521f 100644
--- 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 },
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] power: pmic: tps65941: Fix TI TPS65224 PMIC compatiable
2024-12-27 17:30 ` [PATCH] power: pmic: tps65941: Fix TI TPS65224 PMIC compatiable Udit Kumar
@ 2024-12-27 18:24 ` Tom Rini
2025-01-02 2:08 ` Jaehoon Chung
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2024-12-27 18:24 UTC (permalink / raw)
To: Udit Kumar; +Cc: nm, j-keerthy, jh80.chung, bhargav.r, d-gole, u-boot, vigneshr
[-- Attachment #1: Type: text/plain, Size: 353 bytes --]
On Fri, Dec 27, 2024 at 11:00:24PM +0530, Udit Kumar wrote:
> 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>
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH] power: pmic: tps65941: Fix TI TPS65224 PMIC compatiable
2024-12-27 17:30 ` [PATCH] power: pmic: tps65941: Fix TI TPS65224 PMIC compatiable Udit Kumar
2024-12-27 18:24 ` Tom Rini
@ 2025-01-02 2:08 ` Jaehoon Chung
1 sibling, 0 replies; 3+ messages in thread
From: Jaehoon Chung @ 2025-01-02 2:08 UTC (permalink / raw)
To: 'Udit Kumar', trini, nm, j-keerthy
Cc: bhargav.r, d-gole, u-boot, vigneshr
> -----Original Message-----
> From: Udit Kumar <u-kumar1@ti.com>
> Sent: Saturday, December 28, 2024 2:30 AM
>
> 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: Jaehoon Chung <jh80.chung@samsung.com>
> ---
> drivers/power/pmic/tps65941.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/power/pmic/tps65941.c b/drivers/power/pmic/tps65941.c
> index c3490db2a0..57d470521f 100644
> --- 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 },
> --
> 2.34.1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-01-02 2:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CGME20241227173043epcas1p10efb00e43df7714896a35412df4c4ca1@epcas1p1.samsung.com>
2024-12-27 17:30 ` [PATCH] power: pmic: tps65941: Fix TI TPS65224 PMIC compatiable Udit Kumar
2024-12-27 18:24 ` Tom Rini
2025-01-02 2:08 ` Jaehoon Chung
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox