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 <peng.fan@nxp.com>
This commit is contained in:
Peng Fan
2025-01-09 11:29:18 +08:00
committed by Fabio Estevam
parent 65bdb716d9
commit 2b6601b18e

View File

@@ -224,7 +224,7 @@ static int adp5585_probe(struct udevice *dev)
}
static const struct udevice_id adp5585_ids[] = {
{ .compatible = "adp5585" },
{ .compatible = "adi,adp5585" },
{ }
};