[PATCH] dt-bindings: PCI: Convert marvell,armada8k-pcie to schema
Rob Herring (Arm)
robh at kernel.org
Mon Apr 14 15:29:31 PDT 2025
On Mon, 14 Apr 2025 16:41:33 -0500, Rob Herring (Arm) wrote:
> Convert the marvell,armada8k-pcie binding to DT schema. The binding
> uses different names for reg, clocks, and phys which have to be added
> to the common Synopsys DWC binding.
>
> The "marvell,reset-gpio" property was not documented. Mark it deprecated
> as the "reset-gpios" property can be used instead. The "msi-parent"
> property was also not documented.
>
> Signed-off-by: Rob Herring (Arm) <robh at kernel.org>
> ---
> .../bindings/pci/marvell,armada8k-pcie.yaml | 100 ++++++++++++++++++
> .../devicetree/bindings/pci/pci-armada8k.txt | 48 ---------
> .../bindings/pci/snps,dw-pcie-common.yaml | 3 +-
> .../devicetree/bindings/pci/snps,dw-pcie.yaml | 4 +-
> MAINTAINERS | 2 +-
> 5 files changed, 106 insertions(+), 51 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/pci/marvell,armada8k-pcie.yaml
> delete mode 100644 Documentation/devicetree/bindings/pci/pci-armada8k.txt
>
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/pci/marvell,armada8k-pcie.example.dtb: pcie at f2600000 (marvell,armada8k-pcie): interrupts: [[0], [32], [4]] is too long
from schema $id: http://devicetree.org/schemas/pci/marvell,armada8k-pcie.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250414214135.1680076-1-robh@kernel.org
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.
More information about the linux-arm-kernel
mailing list