On Fri, Jul 17, 2026, at 12:47, Ryan Roberts wrote:
> +
> +static const struct of_device_id cla_of_match[] = {
> + {.compatible = "arm,cla",},
> + {},
> +};
> +MODULE_DEVICE_TABLE(of, cla_of_match);
This is missing a device tree binding, and probably needs to versioned
in some form.
Arnd
