]> git.dujemihanovic.xyz Git - u-boot.git/commit
power: pmic: tps65941: Update compatible to aling with kernel DT
authorUdit Kumar <u-kumar1@ti.com>
Fri, 19 Apr 2024 06:00:16 +0000 (11:30 +0530)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 29 Apr 2024 00:20:51 +0000 (09:20 +0900)
commit17fd67aedde714556895a0d39431f482accd0cc3
tree430ac2582d036802136efeb4278cc92b82e747d3
parent98e7e51fb14db0647c28f9e2924e25175015f793
power: pmic: tps65941: Update compatible to aling with kernel DT

Linux kernel driver drivers/mfd/tps6594-i2c.c is using different
name for compatible for tps6594 family PMIC.
After sync of Linux kernel DT to u-boot for TI platforms
J7200, J721S2 and J784S4 PMIC is no longer getting probed.

So updating compatible field to align with Linux driver and DT.

Signed-off-by: Udit Kumar <u-kumar1@ti.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/power/pmic/tps65941.c