diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2020-01-30 07:52:41 +0100 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2020-03-20 15:04:29 +0100 |
commit | 9376fa634afc207a3ce99e0957e04948c34d6510 (patch) | |
tree | f35ee25fd67c5ba89da43c13083cca8b2218f4ce /drivers/phy/socionext | |
parent | dt-bindings: phy: socionext: Add Pro5 support and remove Pro4 from usb3-hsphy (diff) | |
download | linux-9376fa634afc207a3ce99e0957e04948c34d6510.tar.xz linux-9376fa634afc207a3ce99e0957e04948c34d6510.zip |
phy: uniphier-usb3ss: Add Pro5 support
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>
Diffstat (limited to 'drivers/phy/socionext')
-rw-r--r-- | drivers/phy/socionext/phy-uniphier-usb3ss.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/phy/socionext/phy-uniphier-usb3ss.c b/drivers/phy/socionext/phy-uniphier-usb3ss.c index 05e40a22af0e..6700645bcbe6 100644 --- a/drivers/phy/socionext/phy-uniphier-usb3ss.c +++ b/drivers/phy/socionext/phy-uniphier-usb3ss.c @@ -313,6 +313,10 @@ static const struct of_device_id uniphier_u3ssphy_match[] = { .data = &uniphier_pro4_data, }, { + .compatible = "socionext,uniphier-pro5-usb3-ssphy", + .data = &uniphier_pro4_data, + }, + { .compatible = "socionext,uniphier-pxs2-usb3-ssphy", .data = &uniphier_pxs2_data, }, |