Re: [PATCH v2 1/2] dt-bindings: remoteproc: document AMD BRAM-based rproc
From: Krzysztof Kozlowski
Date: Tue Apr 28 2026 - 09:42:36 EST
On 28/04/2026 15:18, Michal Simek wrote:
>>>
>>> properties:
>>> compatible:
>>> items:
>>> - enum:
>>> - xlnx,zynqmp-bram-rproc
>>> - xlnx,versal-bram-rproc
>>> - xlnx,versal-net-bram-rproc
>>> - amd,versal2-bram-rproc
>>> - const: amd,bram-rproc
>>>
>>> The example should also be updated:
>>
>> Yes, except what I wrote earlier and is mentioned in the writing
>> bindings doc - the specific compatible should be also the fallback.
>
> properties:
> compatible:
> oneOf:
> - const: xlnx,zynqmp-bram-rproc
> - items:
> - enum:
> - xlnx,versal-bram-rproc
> - xlnx,versal-net-bram-rproc
> - amd,versal2-bram-rproc
> - const: xlnx,zynqmp-bram-rproc
>
> Good now?
Yes, looks good to me!
Best regards,
Krzysztof