Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: phy: Add ulpi IDs for SMSC USB3320 and TI TUSB1210

Add new ulpi IDs which are available on Xilinx Zynq boards.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Michal Simek and committed by
Greg Kroah-Hartman
ead5178b aba37fd9

+2
+2
drivers/usb/phy/phy-ulpi.c
··· 47 47 static struct ulpi_info ulpi_ids[] = { 48 48 ULPI_INFO(ULPI_ID(0x04cc, 0x1504), "NXP ISP1504"), 49 49 ULPI_INFO(ULPI_ID(0x0424, 0x0006), "SMSC USB331x"), 50 + ULPI_INFO(ULPI_ID(0x0424, 0x0007), "SMSC USB3320"), 51 + ULPI_INFO(ULPI_ID(0x0451, 0x1507), "TI TUSB1210"), 50 52 }; 51 53 52 54 static int ulpi_set_otg_flags(struct usb_phy *phy)