Re: [PATCH] staging: axis-fifo: fix alignment and add DT binding documentation
From: Rob Herring (Arm)
Date: Wed Mar 04 2026 - 07:33:16 EST
On Wed, 04 Mar 2026 12:08:53 +0100, Alexandru Hossu wrote:
> Add YAML device tree binding documentation for the Xilinx
> AXI-Stream FIFO IP core and fix code alignment issue.
>
> Signed-off-by: Alexandru Hossu <hossu.alexandru@xxxxxxxxx>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/misc/xlnx,axi-fifo-mm-s.yaml: properties: False schema does not allow True
from schema $id: http://devicetree.org/meta-schemas/interrupts.yaml
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/misc/xlnx,axi-fifo-mm-s.example.dtb: axi_fifo_mm_s@43c00000 (xlnx,axi-fifo-mm-s-4.1): 'interrupt-parent' is a required property
from schema $id: http://devicetree.org/schemas/misc/xlnx,axi-fifo-mm-s.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.kernel.org/project/devicetree/patch/ae0a95f4-8dac-4690-8810-79ad5fee7895@xxxxxxxxx
The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure 'yamllint' is installed and dt-schema is up to
date:
pip3 install dtschema --upgrade
Please check and re-submit after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.