diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2020-11-20 11:56:36 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-11-30 13:50:59 +0300 |
commit | 81b534f7e9b27309b99ac2b870518c17381d2912 (patch) | |
tree | 487f2193b4dd2601c804773b7d8a0c7f1112d472 /drivers/phy/samsung/phy-samsung-usb2.h | |
parent | 53e7c92c7fa0077f507951206bb329aadab785fb (diff) | |
download | linux-81b534f7e9b27309b99ac2b870518c17381d2912.tar.xz |
phy: samsung: Add support for the Exynos5420 variant of the USB2 PHY
Exynos5420 differs a bit from Exynos5250 in USB2 PHY related registers in
the PMU region. Add a variant for the Exynos5420 case. Till now, USB2 PHY
worked only because the bootloader enabled the PHY, but then driver messed
USB 3.0 DRD related registers during the suspend/resume cycle.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20201120085637.7299-2-m.szyprowski@samsung.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/samsung/phy-samsung-usb2.h')
-rw-r--r-- | drivers/phy/samsung/phy-samsung-usb2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/samsung/phy-samsung-usb2.h b/drivers/phy/samsung/phy-samsung-usb2.h index 77fb23bc218f..ebaf43bfc5a2 100644 --- a/drivers/phy/samsung/phy-samsung-usb2.h +++ b/drivers/phy/samsung/phy-samsung-usb2.h @@ -66,5 +66,6 @@ extern const struct samsung_usb2_phy_config exynos3250_usb2_phy_config; extern const struct samsung_usb2_phy_config exynos4210_usb2_phy_config; extern const struct samsung_usb2_phy_config exynos4x12_usb2_phy_config; extern const struct samsung_usb2_phy_config exynos5250_usb2_phy_config; +extern const struct samsung_usb2_phy_config exynos5420_usb2_phy_config; extern const struct samsung_usb2_phy_config s5pv210_usb2_phy_config; #endif |