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:
@@ -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" },
|
||||
{ },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user