aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/phy/samsung/phy-samsung-usb2.h
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2020-11-20 09:56:36 +0100
committerVinod Koul <vkoul@kernel.org>2020-11-30 16:20:59 +0530
commit81b534f7e9b27309b99ac2b870518c17381d2912 (patch)
tree487f2193b4dd2601c804773b7d8a0c7f1112d472 /drivers/phy/samsung/phy-samsung-usb2.h
parentstaging: mt7621-pci-phy: remove driver from staging (diff)
downloadwireguard-linux-81b534f7e9b27309b99ac2b870518c17381d2912.tar.xz
wireguard-linux-81b534f7e9b27309b99ac2b870518c17381d2912.zip
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.h1
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