git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ca245d
)
power: pmic: max8997: drop maxim,max8997 compatible
author
Henrik Grimler
<henrik@grimler.se>
Fri, 22 Aug 2025 18:33:31 +0000
(20:33 +0200)
committer
Peng 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
patch
|
blob
|
history
diff --git
a/drivers/power/pmic/max8997.c
b/drivers/power/pmic/max8997.c
index
ecdad50
..
fb65a3c
100644
(file)
--- 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" },
{ },
};