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:
0fdd3b4
)
power: pmic: max8997: support maxim,max8997-pmic compatible as well
author
Henrik Grimler
<henrik@grimler.se>
Fri, 22 Aug 2025 18:33:29 +0000
(20:33 +0200)
committer
Peng Fan
<peng.fan@nxp.com>
Mon, 1 Sep 2025 02:33:07 +0000
(10:33 +0800)
Linux's DTSes uses maxim,max8997-pmic, so check for this compatible
as well so that max8997 pmic driver can support both u-boot and
Linux's DTSes.
Signed-off-by: Henrik Grimler <henrik@grimler.se>
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
4afa6c8
..
ecdad50
100644
(file)
--- a/
drivers/power/pmic/max8997.c
+++ b/
drivers/power/pmic/max8997.c
@@
-47,6
+47,7
@@
static struct dm_pmic_ops max8997_ops = {
static const struct udevice_id max8997_ids[] = {
{ .compatible = "maxim,max8997" },
+ { .compatible = "maxim,max8997-pmic" },
{ },
};