Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ead5178b authored by Michal Simek's avatar Michal Simek Committed by Greg Kroah-Hartman
Browse files

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: default avatarMichal Simek <michal.simek@xilinx.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent aba37fd9
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -47,6 +47,8 @@ struct ulpi_info {
static struct ulpi_info ulpi_ids[] = {
static struct ulpi_info ulpi_ids[] = {
	ULPI_INFO(ULPI_ID(0x04cc, 0x1504), "NXP ISP1504"),
	ULPI_INFO(ULPI_ID(0x04cc, 0x1504), "NXP ISP1504"),
	ULPI_INFO(ULPI_ID(0x0424, 0x0006), "SMSC USB331x"),
	ULPI_INFO(ULPI_ID(0x0424, 0x0006), "SMSC USB331x"),
	ULPI_INFO(ULPI_ID(0x0424, 0x0007), "SMSC USB3320"),
	ULPI_INFO(ULPI_ID(0x0451, 0x1507), "TI TUSB1210"),
};
};


static int ulpi_set_otg_flags(struct usb_phy *phy)
static int ulpi_set_otg_flags(struct usb_phy *phy)