From: Henrik Grimler Date: Fri, 22 Aug 2025 18:33:31 +0000 (+0200) Subject: power: pmic: max8997: drop maxim,max8997 compatible X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31c376cf4f383e57ce2053c3e4b8c7138fdb1e6e;p=thirdparty%2Fu-boot.git 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 --- 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" }, { }, };