phy: add inno-usb2-phy driver for hi3798cv200 SoC
authorPengcheng Li <lpc.li@hisilicon.com>
Fri, 9 Mar 2018 14:47:01 +0000 (22:47 +0800)
committerKishon Vijay Abraham I <kishon@ti.com>
Fri, 16 Mar 2018 11:25:29 +0000 (16:55 +0530)
commitba8b0ee81fbbc249e60f84bf097bd56e8047c742
treec7aa9fff7b20cacee08aab77cc83d7b2ede29a56
parentd581ba62f34be6a190116523521875a021109b02
phy: add inno-usb2-phy driver for hi3798cv200 SoC

It adds inno-usb2-phy driver for hi3798cv200 SoC USB 2.0 support.  One
inno-usb2-phy device can support up to two PHY ports.  While there is
device level reference clock and power reset to be controlled, each PHY
port has its own utmi reset that needs to assert/de-assert as needed.

Hi3798cv200 needs to access PHY port0 register via particular peripheral
syscon controller register to control PHY, like turning on PHY clock.

Signed-off-by: Pengcheng Li <lpc.li@hisilicon.com>
Signed-off-by: Jiancheng Xue <xuejiancheng@hisilicon.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/hisilicon/Kconfig
drivers/phy/hisilicon/Makefile
drivers/phy/hisilicon/phy-hisi-inno-usb2.c [new file with mode: 0644]