Re: [PATCH v2] dt-bindings: axis-fifo: Added missing binding

From: Greg Kroah-Hartman

Date: Thu Sep 17 2026 - 08:20:35 EST


On Thu, Sep 17, 2026 at 02:48:48PM +0300, Daniel Matyas wrote:
> From: Daniel Matyas <matyasdaniel005@xxxxxxxxx>
>
> drivers/staging/axis-fifo/axis-fifo.txt file described how the
> devicetree of the driver should look like. Convert it to .yaml file.
> Issue found by checkpatch.
>
> Signed-off-by: Daniel Matyas <matyasdaniel005@xxxxxxxxx>
> Signed-off-by: Daniel Matyas <matyasdaniel006@xxxxxxxxx>

Why twice?

> ---
>
> Sorry for adding another email. I got locked out of the first one for 30
> days...
>
> v2: Corrected syntax errors in compatible:
> xlnx,axis-fifo-mm-s-4.1 -> xlnx,axi-fifo-mm-s-4.1
> xlnx,axis-fifo-mm-s-4.2 -> xlnx,axi-fifo-mm-s-4.2
> xlnx,axis-fifo-mm-s-4.3 -> xlnx,axi-fifo-mm-s-4.3
>
> .../axis-fifo/xlnx,axi-fifo-mm-s.yaml | 257 ++++++++++++++++++
> 1 file changed, 257 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/axis-fifo/xlnx,axi-fifo-mm-s.yaml

staging drivers need to be stand-alone, in the drivers/staging/
directory, please keep these files there.

thanks,

greg k-h