Skip to content

Commit

Permalink
usb: phy: Add ulpi IDs for SMSC USB3320 and TI TUSB1210
Browse files Browse the repository at this point in the history
Add new ulpi IDs which are available on Xilinx Zynq boards.

Signed-off-by: Michal Simek <[email protected]>
Cc: stable <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Michal Simek authored and gregkh committed Mar 17, 2014
1 parent aba37fd commit ead5178
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/usb/phy/phy-ulpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ struct ulpi_info {
static struct ulpi_info ulpi_ids[] = {
ULPI_INFO(ULPI_ID(0x04cc, 0x1504), "NXP ISP1504"),
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)
Expand Down

0 comments on commit ead5178

Please sign in to comment.