]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
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 ecdad505b2633c3d2e6ef3a39048c602bc18902f..fb65a3ca73006a03ec3ce156a4ea9b1575affe28 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" },
        { },
 };