[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250912153057.ovywbksnwq6ganvb@pengutronix.de>
Date: Fri, 12 Sep 2025 17:30:57 +0200
From: Marco Felsch <m.felsch@...gutronix.de>
To: Rob Herring <robh@...nel.org>
Cc: Fabio Estevam <festevam@...il.com>, Conor Dooley <conor+dt@...nel.org>,
devicetree@...r.kernel.org,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Matthias Kaehlcke <mka@...omium.org>,
Liam Girdwood <lgirdwood@...il.com>, linux-kernel@...r.kernel.org,
linux-usb@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
kernel@...gutronix.de, Mark Brown <broonie@...nel.org>
Subject: Re: [PATCH v4 4/5] dt-bindings: usb: microchip,usb2514: add
vbus-supply example
On 25-09-12, Rob Herring wrote:
> On Fri, Sep 12, 2025 at 10:51:56AM +0200, Marco Felsch wrote:
> > On 25-09-11, Rob Herring (Arm) wrote:
> > >
> > > On Thu, 11 Sep 2025 22:22:45 +0200, Marco Felsch wrote:
> > > > Add an usb hub vbus-supply example to make it easier for users to
> > > > understand the binding, after the usb-device.yaml gained the support for
> > > > it.
> > > >
> > > > Signed-off-by: Marco Felsch <m.felsch@...gutronix.de>
> > > > ---
> > > > Documentation/devicetree/bindings/usb/microchip,usb2514.yaml | 7 +++++++
> > > > 1 file changed, 7 insertions(+)
> > > >
> > >
> > > 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/usb/microchip,usb2514.example.dtb: ethernet@2 (usbb95,772b): 'vbus-supply' does not match any of the regexes: '^pinctrl-[0-9]+$'
> > > from schema $id: http://devicetree.org/schemas/net/asix,ax88178.yaml#
> >
> > Well this is just an example on how to use it, we can drop this patch of
> > course.
>
> Yes, but how's it going to work for an actual user?
What do you mean? It's working as you requested:
hub@1 {
compatible = "..";
reg = <1>;
device@1 {
compatible = "..";
reg = <1>;
vbus-supply = <&vbus_supply_port1>;
};
device@4 {
compatible = "..";
reg = <4>;
vbus-supply = <&vbus_supply_port4>;
};
};
>
> Rob
>
Powered by blists - more mailing lists