[PATCH 09/11] power: pmic: max8997: drop maxim,max8997 compatible
Henrik Grimler
henrik at grimler.se
Fri Aug 22 20:33:31 CEST 2025
All u-boot users now use maxim,max8997-pmic instead, as does Linux's
DTSes, so we can now safely drop the maxim,max8997 compatible.
Signed-off-by: Henrik Grimler <henrik at grimler.se>
---
drivers/power/pmic/max8997.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/power/pmic/max8997.c b/drivers/power/pmic/max8997.c
index ecdad505b2633c3d2e6ef3a39048c602bc18902f..fb65a3ca73006a03ec3ce156a4ea9b1575affe28 100644
--- a/drivers/power/pmic/max8997.c
+++ b/drivers/power/pmic/max8997.c
@@ -46,7 +46,6 @@ static struct dm_pmic_ops max8997_ops = {
};
static const struct udevice_id max8997_ids[] = {
- { .compatible = "maxim,max8997" },
{ .compatible = "maxim,max8997-pmic" },
{ },
};
--
2.50.1
More information about the U-Boot
mailing list