Message ID | 20230118044418.875-2-linux.amoon@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Used onboard HUB to reset and add power to hub | expand |
On 18/01/2023 05:44, Anand Moon wrote: > Add usb hub device id for Genesys Logic, Inc. GL852G Hub USB 2.0 > root hub. > > Signed-off-by: Anand Moon <linux.amoon@gmail.com> > --- > v2: - drop the vendor name from compatible string. > - drop the -OTG and -QFN76 suffix from commit message. > - drop the GL3523 USB 3.1 root hub device id. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/usb/genesys,gl850g.yaml b/Documentation/devicetree/bindings/usb/genesys,gl850g.yaml index a9f831448cca..cc4cf92b70d1 100644 --- a/Documentation/devicetree/bindings/usb/genesys,gl850g.yaml +++ b/Documentation/devicetree/bindings/usb/genesys,gl850g.yaml @@ -16,6 +16,7 @@ properties: compatible: enum: - usb5e3,608 + - usb5e3,610 reg: true
Add usb hub device id for Genesys Logic, Inc. GL852G Hub USB 2.0 root hub. Signed-off-by: Anand Moon <linux.amoon@gmail.com> --- v2: - drop the vendor name from compatible string. - drop the -OTG and -QFN76 suffix from commit message. - drop the GL3523 USB 3.1 root hub device id. --- Documentation/devicetree/bindings/usb/genesys,gl850g.yaml | 1 + 1 file changed, 1 insertion(+)