Re: [RFC PATCH v1 3/8] misc/arm-cla: Probe firmware-described devices
From: Ryan Roberts
Date: Fri Jul 17 2026 - 08:40:08 EST
On 17/07/2026 13:25, Arnd Bergmann wrote:
> 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.
Given the aims of the RFC, I didn't think this would be a blocker for now - of
course it's on the list for if/when we get further along the road.
Thanks,
Ryan
>
> Arnd