[PATCH 06/10] drivers: power: pmic: Fix compatible for J721S2

Manorit Chawdhry m-chawdhry at ti.com
Tue Feb 6 13:21:13 CET 2024


The other compatible is not in use by any other DT node.

Sync the compatible with the compatible present in Linux DT to help with
DT Sync from Linux as well.

Signed-off-by: Manorit Chawdhry <m-chawdhry at 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 727b42747ab6..53db91fce69f 100644
--- a/drivers/power/pmic/tps65941.c
+++ b/drivers/power/pmic/tps65941.c
@@ -71,7 +71,7 @@ static struct dm_pmic_ops tps65941_ops = {
 };
 
 static const struct udevice_id tps65941_ids[] = {
-	{ .compatible = "ti,tps659411", .data = TPS659411 },
+	{ .compatible = "ti,tps6594-q1", .data = TPS659411 },
 	{ .compatible = "ti,tps659412", .data = TPS659411 },
 	{ .compatible = "ti,tps659413", .data = TPS659413 },
 	{ .compatible = "ti,lp876441",  .data =  LP876441 },

-- 
2.43.0



More information about the U-Boot mailing list