On Wed, 20 Oct 2021, Chia-Wei Wang wrote:

> +static const struct hash_ops aspeed_hace_ops = {
> +     .hash_init = aspeed_hace_init,
> +     .hash_update = aspeed_hace_update,
> +     .hash_finish = aspeed_hace_finish,
> +     .hash_digest_wd = aspeed_hace_digest_wd,
> +     .hash_digest = aspeed_hace_digest,
> +};
> +
> +static const struct udevice_id aspeed_hace_ids[] = {
> +     { .compatible = "aspeed,ast2600-hace" },
> +     { }
> +};
> +

Why only ast2600? Is ast2500 engine different or this driver can also support 
it?

Dhananjay

Reply via email to