power: pmic: max8997: drop maxim,max8997 compatible
authorHenrik Grimler <henrik@grimler.se>
Fri, 22 Aug 2025 18:33:31 +0000 (20:33 +0200)
committerPeng Fan <peng.fan@nxp.com>
Mon, 1 Sep 2025 02:33:08 +0000 (10:33 +0800)
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>
drivers/power/pmic/max8997.c

index ecdad50..fb65a3c 100644 (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" },
        { },
 };