Message ID | 20230808100746.391365-2-jbrunet@baylibre.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | usb: misc: onboard_usb_hub: add gl3510 support | expand |
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@baylibre.com> > --- > 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@icenowy.me> > @@ -17,6 +17,7 @@ properties: > enum: > - usb5e3,608 > - usb5e3,610 > + - usb5e3.626 Should be a comma, not a period. > > reg: true > > -- > 2.40.1 >
On Thu 10 Aug 2023 at 17:17, Rob Herring <robh@kernel.org> wrote: > 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@baylibre.com> >> --- >> 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@icenowy.me> >> @@ -17,6 +17,7 @@ properties: >> enum: >> - usb5e3,608 >> - usb5e3,610 >> + - usb5e3.626 > > Should be a comma, not a period. > Good catch, thanks a lot >> >> reg: true >> >> -- >> 2.40.1 >>
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@icenowy.me> @@ -17,6 +17,7 @@ properties: enum: - usb5e3,608 - usb5e3,610 + - usb5e3.626 reg: true
Add gl3510 USB 3 root hub device id Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> --- Documentation/devicetree/bindings/usb/genesys,gl850g.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)