usb: misc: onboard_usb_hub: add Genesys Logic gl3510 hub support
authorJerome Brunet <jbrunet@baylibre.com>
Mon, 2 Oct 2023 12:29:09 +0000 (14:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Oct 2023 14:32:49 +0000 (16:32 +0200)
Add support for the gl3510 4 ports USB3.1 hub. This allows to control its
reset pins with a gpio.

No public documentation is available for this hub. Using the same reset
duration as the gl852g which seems OK.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20231002122909.2338049-3-jbrunet@baylibre.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/onboard_usb_hub.h

index 4026ba64c59213c1f9fe5ad4ec9f7b94f008cfb7..a9e2f6023c1ca6cbef34aaab1fd6549d04c6bfeb 100644 (file)
@@ -56,6 +56,7 @@ static const struct of_device_id onboard_hub_match[] = {
        { .compatible = "usb5e3,608", .data = &genesys_gl850g_data, },
        { .compatible = "usb5e3,610", .data = &genesys_gl852g_data, },
        { .compatible = "usb5e3,620", .data = &genesys_gl852g_data, },
+       { .compatible = "usb5e3,626", .data = &genesys_gl852g_data, },
        { .compatible = "usbbda,411", .data = &realtek_rts5411_data, },
        { .compatible = "usbbda,5411", .data = &realtek_rts5411_data, },
        { .compatible = "usbbda,414", .data = &realtek_rts5411_data, },