[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1656336669.630006.2285162.nullmailer@robh.at.kernel.org>
Date: Mon, 27 Jun 2022 07:31:09 -0600
From: Rob Herring <robh@...nel.org>
To: alexandru.tachici@...log.com
Cc: krzysztof.kozlowski+dt@...aro.org, joel@....id.au,
l.stelmach@...sung.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, stephen@...workplumber.org,
geert@...ux-m68k.org, stefan.wahren@...e.com, wellslutw@...il.com,
davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
gerhard@...leder-embedded.com, devicetree@...r.kernel.org,
geert+renesas@...der.be, robh+dt@...nel.org,
d.michailidis@...gible.com
Subject: Re: [net-next 2/2] dt-bindings: net: adin1110: Add docs
On Fri, 24 Jun 2022 23:06:28 +0300, alexandru.tachici@...log.com wrote:
> From: Alexandru Tachici <alexandru.tachici@...log.com>
>
> Add bindings for the ADIN1110/2111 MAC-PHY/SWITCH.
>
> Signed-off-by: Alexandru Tachici <alexandru.tachici@...log.com>
> ---
> .../devicetree/bindings/net/adi,adin1110.yaml | 127 ++++++++++++++++++
> 1 file changed, 127 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/net/adi,adin1110.yaml
>
My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check'
on your patch (DT_CHECKER_FLAGS is new in v5.13):
yamllint warnings/errors:
dtschema/dtc warnings/errors:
./Documentation/devicetree/bindings/net/adi,adin1110.yaml: Unable to find schema file matching $id: http://devicetree.org/schemas/net/spi-controller.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/adi,adin1110.example.dtb: ethernet@0: False schema does not allow {'compatible': ['adi,adin2111'], 'reg': [[0]], 'spi-max-frequency': [[24500000]], 'adi,spi-crc': True, '#address-cells': [[1]], '#size-cells': [[0]], 'interrupts': [[25, 2]], 'mac-address': [[202, 47, 183, 16, 35, 99]], 'phy@0': {'#phy-cells': [[0]], 'compatible': ['ethernet-phy-id0283.bca1'], 'reg': [[0]]}, 'phy@1': {'#phy-cells': [[0]], 'compatible': ['ethernet-phy-id0283.bca1'], 'reg': [[1]]}, '$nodename': ['ethernet@0']}
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/adi,adin1110.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/
This check can fail if there are any dependencies. The base for a patch
series is generally the most recent rc1.
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.
Powered by blists - more mailing lists