phy: uniphier-usb3ss: Add Pro5 support
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Thu, 30 Jan 2020 06:52:41 +0000 (15:52 +0900)
committerKishon Vijay Abraham I <kishon@ti.com>
Fri, 20 Mar 2020 14:04:29 +0000 (19:34 +0530)
Pro5 SoC has same scheme of USB3 ss-phy as Pro4, so the data for Pro5 is
equivalent to Pro4.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/socionext/phy-uniphier-usb3ss.c

index 05e40a22af0e5b3b66aa6d2fb9a5722277137e26..6700645bcbe6bfd6abeeb4432618b5a6c2596055 100644 (file)
@@ -312,6 +312,10 @@ static const struct of_device_id uniphier_u3ssphy_match[] = {
                .compatible = "socionext,uniphier-pro4-usb3-ssphy",
                .data = &uniphier_pro4_data,
        },
+       {
+               .compatible = "socionext,uniphier-pro5-usb3-ssphy",
+               .data = &uniphier_pro4_data,
+       },
        {
                .compatible = "socionext,uniphier-pxs2-usb3-ssphy",
                .data = &uniphier_pxs2_data,