Am 2022-03-22 02:30, schrieb Jim Liu: > +static const struct udevice_id npcm_wdt_ids[] = { > + { .compatible = "nuvoton,npcm750-wdt" }, > + { } > +}; Thanks! IMHO you can also add both (like you had in v4) if you want to target both SoCs (?) with this driver. -michael