[PATCH v2 0/2] dt-bindings: misc: convert axis-fifo binding to YAML

From: Daniel28972897

Date: Fri Sep 18 2026 - 22:59:17 EST


This is v2 of the axis-fifo devicetree binding conversion, addressing
review feedback from the Sashiko AI bot on v1:

- The FIFO depth properties are documented in 32-bit words, not bytes,
matching the original text binding and the driver's own arithmetic.
- additionalProperties: false no longer rejects real-world devicetrees,
since all properties generated by the Xilinx IP integrator (even
ones the driver ignores) are now listed in the schema.
- The now-superseded drivers/staging/axis-fifo/axis-fifo.txt is
removed, split into its own patch per
Documentation/devicetree/bindings/submitting-patches.rst.

Daniel28972897 (2):
dt-bindings: misc: convert axis-fifo binding to YAML
staging: axis-fifo: remove superseded text binding

.../bindings/misc/xlnx,axi-fifo-mm-s.yaml | 150 ++++++++++++++++++
drivers/staging/axis-fifo/axis-fifo.txt | 96 -----------
2 files changed, 150 insertions(+), 96 deletions(-)
create mode 100644 Documentation/devicetree/bindings/misc/xlnx,axi-fifo-mm-s.yaml
delete mode 100644 drivers/staging/axis-fifo/axis-fifo.txt

--
2.34.1