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 <henrik@grimler.se>
Reviewed-by: Anand Moon <linux.amoon@gmail.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Henrik Grimler
2025-09-01 10:33:08 +08:00
committed by Peng Fan
parent 1ca245d1c5
commit 31c376cf4f
-1
View File
@@ -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" },
{ },
};