FROMLIST: phy: Add USB Type-C PHY driver for rk3399
authorChris Zhong <zyw@rock-chips.com>
Fri, 29 Jul 2016 07:48:20 +0000 (15:48 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Tue, 9 Aug 2016 08:13:52 +0000 (16:13 +0800)
commit6dea3057fde7c8c51be16d874a37cc2af80d9826
tree273f04e9adb3721f1bf79639a9d26f998ac25868
parentca7d0d24746e51337c4770a92a01a64085ef2241
FROMLIST: phy: Add USB Type-C PHY driver for rk3399

Add a PHY provider driver for the rk3399 SoC Type-c PHY. The USB
Type-C PHY is designed to support the USB3 and DP applications. The
PHY basically has two main components: USB3 and DisplyPort. USB3
operates in SuperSpeed mode and the DP can operate at RBR, HBR and
HBR2 data rates. Hence, create 2 PHY deivces, the phy[0] for DP,
and phy[1] for USB3.

(am from https://patchwork.kernel.org/patch/9260745/)

Change-Id: I0cd851a59c00a1249415da109598007a09088591
Signed-off-by: Chris Zhong <zyw@rock-chips.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/phy-rockchip-typec.c [new file with mode: 0644]