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:
65bdb71
)
gpio: adp5585: Update compatible string
author
Peng Fan
<peng.fan@nxp.com>
Thu, 9 Jan 2025 03:29:18 +0000
(11:29 +0800)
committer
Fabio Estevam
<festevam@gmail.com>
Thu, 16 Jan 2025 13:15:42 +0000
(10:15 -0300)
i.MX93-11x11-EVK has switched to use upstream device tree, and use
"adi,adp5585". Since i.MX93-11x11-EVK is the only user of this driver,
so it is safe to drop "adp5585".
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/gpio/adp5585_gpio.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/adp5585_gpio.c
b/drivers/gpio/adp5585_gpio.c
index
ea0cb75
..
114583b
100644
(file)
--- a/
drivers/gpio/adp5585_gpio.c
+++ b/
drivers/gpio/adp5585_gpio.c
@@
-224,7
+224,7
@@
static int adp5585_probe(struct udevice *dev)
}
static const struct udevice_id adp5585_ids[] = {
- { .compatible = "adp5585" },
+ { .compatible = "ad
i,ad
p5585" },
{ }
};