phy: intel: Add Keem Bay USB PHY support
authorWan Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@intel.com>
Mon, 16 Nov 2020 12:08:31 +0000 (20:08 +0800)
committerVinod Koul <vkoul@kernel.org>
Mon, 30 Nov 2020 09:58:10 +0000 (15:28 +0530)
commitbf4d01e107e3fdc03104fa0db96d8d2721529eb6
treee13a2a0c06c1a19f1a0dd117481199fe883c04a0
parent4086afa2a16279392e453605aac09728e60d9316
phy: intel: Add Keem Bay USB PHY support

Add PHY driver for the USB3.1 and USB 2.0 PHYs found on Intel
Keem Bay SoC. This driver takes care of enabling the required
USB susbsystem (USS) clocks, initializing the PHYs and turning
on/off the USB dwc3 core.

Signed-off-by: Wan Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20201116120831.32641-3-wan.ahmad.zainie.wan.mohamad@intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/intel/Kconfig
drivers/phy/intel/Makefile
drivers/phy/intel/phy-intel-keembay-usb.c [new file with mode: 0644]