diff options
author | Chunfeng Yun <chunfeng.yun@mediatek.com> | 2016-04-20 08:14:02 +0800 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2016-04-30 20:12:27 +0530 |
commit | e1d76530d7f8f67d0b2a020a2453bed4e8e27b1a (patch) | |
tree | 95061387bfc2287a92ab387f3a121245c37611cd /drivers/phy/Kconfig | |
parent | 931b119e9432f48e2b384e4d59c33490c5567353 (diff) |
phy: phy-mt65xx-usb3: add support for mt2701 platform
Add a new OF device ID for mt2701
Some register settings to avoid RX sensitivity level degradation
which may arise on mt8173 platform are separated from other
platforms.
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r-- | drivers/phy/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 447cb7c1a18d..f6ff76ec89dc 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -219,9 +219,8 @@ config PHY_MT65XX_USB3 depends on ARCH_MEDIATEK && OF select GENERIC_PHY help - Say 'Y' here to add support for Mediatek USB3.0 PHY driver - for mt65xx SoCs. it supports two usb2.0 ports and - one usb3.0 port. + Say 'Y' here to add support for Mediatek USB3.0 PHY driver, + it supports multiple usb2.0 and usb3.0 ports. config PHY_HI6220_USB tristate "hi6220 USB PHY support" |