summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorPeng Fan <[email protected]>2025-01-09 11:29:18 +0800
committerFabio Estevam <[email protected]>2025-01-16 10:15:42 -0300
commit2b6601b18e79208ad34b239c225b6cba2e2ddde4 (patch)
treeddaa0701e340d80eec9a6f30bdd75069ba142626 /drivers
parent65bdb716d93ca3ea7eb4fc611eeb3a5dabc09d1c (diff)
gpio: adp5585: Update compatible string
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 <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpio/adp5585_gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/adp5585_gpio.c b/drivers/gpio/adp5585_gpio.c
index ea0cb75459b..114583b3c3b 100644
--- 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 = "adi,adp5585" },
{ }
};