diff options
| author | Henrik Grimler <[email protected]> | 2025-08-22 20:33:31 +0200 |
|---|---|---|
| committer | Peng Fan <[email protected]> | 2025-09-01 10:33:08 +0800 |
| commit | 31c376cf4f383e57ce2053c3e4b8c7138fdb1e6e (patch) | |
| tree | 17f714b492ab8bd35c7514af198e1ab32e01d6f2 /drivers | |
| parent | 1ca245d1c51173f73a98861244a33add45cb50d5 (diff) | |
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 <[email protected]>
Reviewed-by: Anand Moon <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/power/pmic/max8997.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" }, { }, }; |
