Re: [RFC PATCH v1 3/8] misc/arm-cla: Probe firmware-described devices

From: Arnd Bergmann

Date: Fri Jul 17 2026 - 08:32:08 EST


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