[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <175511815210.798605.10564052572461813362.robh@kernel.org>
Date: Wed, 13 Aug 2025 15:49:12 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Alex Elder <elder@...cstar.com>
Cc: lpieralisi@...nel.org, quic_schintav@...cinc.com,
devicetree@...r.kernel.org, conor+dt@...nel.org, krzk+dt@...nel.org,
p.zabel@...gutronix.de, linux-kernel@...r.kernel.org, inochiama@...il.com,
fan.ni@...sung.com, aou@...s.berkeley.edu, alex@...ti.fr,
palmer@...belt.com, paul.walmsley@...ive.com, spacemit@...ts.linux.dev,
thippeswamy.havalige@....com, namcao@...utronix.de,
linux-pci@...r.kernel.org, shradha.t@...sung.com, vkoul@...nel.org,
dlan@...too.org, johan+linaro@...nel.org, kishon@...nel.org,
mani@...nel.org, mayank.rana@....qualcomm.com, tglx@...utronix.de,
bhelgaas@...gle.com, linux-phy@...ts.infradead.org, kwilczynski@...nel.org,
linux-riscv@...ts.infradead.org
Subject: Re: [PATCH 3/6] dt-bindings: phy: spacemit: introduce PCIe root
complex
On Wed, 13 Aug 2025 13:46:57 -0500, Alex Elder wrote:
> Add the Device Tree binding for the PCIe root complex found on the
> SpacemiT K1 SoC. This device is derived from the Synopsys Designware
> PCIe IP. It supports up to three PCIe ports operating at PCIe gen 2
> link speeds (5 GT/sec). One of the ports uses a combo PHY, which is
> typically used to support a USB 3 port.
>
> Signed-off-by: Alex Elder <elder@...cstar.com>
> ---
> .../bindings/pci/spacemit,k1-pcie-rc.yaml | 141 ++++++++++++++++++
> 1 file changed, 141 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pci/spacemit,k1-pcie-rc.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/pci/spacemit,k1-pcie-rc.example.dtb: /example-0/pcie@...00000: failed to match any schema with compatible: ['spacemit,k1-pcie-rc']
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250813184701.2444372-4-elder@riscstar.com
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.
Powered by blists - more mailing lists