Re: [PATCH net-next 1/2] dt-bindings: net: ethernet-controller: add PSGMII mode

From: Rob Herring
Date: Thu Aug 10 2023 - 12:28:15 EST


On Thu, Aug 10, 2023 at 5:32 AM Robert Marko <robert.marko@xxxxxxxxxx> wrote:
>
> On Thu, Aug 10, 2023 at 1:21 PM Rob Herring <robh@xxxxxxxxxx> wrote:
> >
> >
> > On Thu, 10 Aug 2023 12:22:54 +0200, Robert Marko wrote:
> > > Add a new PSGMII mode which is similar to QSGMII with the difference being
> > > that it combines 5 SGMII lines into a single link compared to 4 on QSGMII.
> > >
> > > It is commonly used by Qualcomm on their QCA807x PHY series.
> > >
> > > Signed-off-by: Robert Marko <robert.marko@xxxxxxxxxx>
> > > ---
> > > Documentation/devicetree/bindings/net/ethernet-controller.yaml | 1 +
> > > 1 file changed, 1 insertion(+)
> > >
> >
> > 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:
> >
> >
> > doc reference errors (make refcheckdocs):
>
> I am not getting any errors, nor there are any listed here as well.
> Is this a bot issue maybe?

Yes. Converting dtschema to pyproject.toml yesterday did not go well...

Rob