RE: [PATCH net-next 1/5] dt-bindings: net: add onsemi's TS2500/NCN26010 10BASE-T1S MACPHY

From: Selvamani Rajagopal

Date: Fri May 01 2026 - 17:22:30 EST


Thanks. I did verify with dt_binding_check. Will update and re-run

Sincerely
Selva

> -----Original Message-----
> From: Rob Herring (Arm) <robh@xxxxxxxxxx>
> Sent: Friday, May 1, 2026 1:36 PM
> To: Selvamani Rajagopal <Selvamani.Rajagopal@xxxxxxxxxx>
> Cc: edumazet@xxxxxxxxxx; conor+dt@xxxxxxxxxx; devicetree@xxxxxxxxxxxxxxx;
> Piergiorgio Beruto <Pier.Beruto@xxxxxxxxxx>; netdev@xxxxxxxxxxxxxxx;
> kuba@xxxxxxxxxx; davem@xxxxxxxxxxxxx; andrew+netdev@xxxxxxx; krzk+dt@xxxxxxxxxx;
> pabeni@xxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx
> Subject: Re: [PATCH net-next 1/5] dt-bindings: net: add onsemi's TS2500/NCN26010
> 10BASE-T1S MACPHY
>
>
> This Message Is From an External Sender
> This message came from outside your organization.
>
>
> On Fri, 01 May 2026 19:15:17 +0000, Selvamani Rajagopal wrote:
> > Add YAML device tree binding for the onsemi NCN26010 and TS2500
> > IEEE 802.3cg compliant Ethernet transceiver devices.
> >
> > Signed-off-by: Selvamani Rajagopal <Selvamani.Rajagopal@xxxxxxxxxx>
> > ---
> > .../bindings/net/onnn,ncn260xx.yaml | 71 +++++++++++++++++++
> > 1 file changed, 71 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/net/onnn,ncn260xx.yaml
> >
>
> 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/net/onnn,ncn260xx.example.dtb: ethernet@0
> (onnn,ncn260xx): 'pinctrl-0' is a dependency of 'pinctrl-names'
> from schema $id: http://devicetree.org/schemas/pinctrl/pinctrl-consumer.yaml
> <https://url.usb.m.mimecastprotect.com/s/VZmaCzqg1RhMKNXAMigiLU9M-
> 1W?domain=devicetree.org>
>
> doc reference errors (make refcheckdocs):
>
> See
> https://patchwork.kernel.org/project/devicetree/patch/CY8PR02MB9249D083B637477C25
> 4F9B0583322@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> <https://patchwork.kernel.org/project/devicetree/patch/CY8PR02MB9249D083B637477C254F9B0583322@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> patchwork.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.