From 31c376cf4f383e57ce2053c3e4b8c7138fdb1e6e Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Fri, 22 Aug 2025 20:33:31 +0200 Subject: [PATCH] power: pmic: max8997: drop maxim,max8997 compatible 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 Reviewed-by: Anand Moon Signed-off-by: Peng Fan --- 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 ecdad505b26..fb65a3ca730 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.47.3