diff options
author | Tom Rini <trini@konsulko.com> | 2025-01-16 09:59:54 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-01-16 09:59:54 -0600 |
commit | ea3324b3444f174ddf033129a920dd9675c6521f (patch) | |
tree | 39336b1990b151176eace36cc06550df1cbf1fc0 /drivers/gpio/adp5585_gpio.c | |
parent | 178f6ecb21fe12ada74a9a1a08093c812b15eea5 (diff) | |
parent | 985268107d4c0389d154126aa74c1d21706a7ce8 (diff) |
Merge tag 'u-boot-imx-master-20250116' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/24221
- Enable watchdog command on Capricorn board.
- Convert imx8m evk boards to BOOTSTD.
- Enable dynamic mmcdev setting on imx8m evk boards.
- Fix i.MX FDT cooling-device property corruption.
- Add OP-TEE support on Phycore i.MX8M boards.
Diffstat (limited to 'drivers/gpio/adp5585_gpio.c')
-rw-r--r-- | drivers/gpio/adp5585_gpio.c | 2 |
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" }, { } }; |