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

Arnd Bergmann arnd at arndb.de
Fri Jul 17 05:25:30 PDT 2026


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



More information about the linux-arm-kernel mailing list