On Tue, Aug 08, 2023 at 12:07:45PM +0200, Jerome Brunet wrote: > Add gl3510 USB 3 root hub device id > > Signed-off-by: Jerome Brunet <jbrunet@xxxxxxxxxxxx> > --- > Documentation/devicetree/bindings/usb/genesys,gl850g.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/usb/genesys,gl850g.yaml b/Documentation/devicetree/bindings/usb/genesys,gl850g.yaml > index cc4cf92b70d1..a7e7142651f8 100644 > --- a/Documentation/devicetree/bindings/usb/genesys,gl850g.yaml > +++ b/Documentation/devicetree/bindings/usb/genesys,gl850g.yaml > @@ -4,7 +4,7 @@ > $id: http://devicetree.org/schemas/usb/genesys,gl850g.yaml# > $schema: http://devicetree.org/meta-schemas/core.yaml# > > -title: Genesys Logic GL850G USB 2.0 hub controller > +title: Genesys Logic USB hub controller > > maintainers: > - Icenowy Zheng <uwu@xxxxxxxxxx> > @@ -17,6 +17,7 @@ properties: > enum: > - usb5e3,608 > - usb5e3,610 > + - usb5e3.626 Should be a comma, not a period. > > reg: true > > -- > 2.40.1 >