diff options
Diffstat (limited to 'drivers/usb/phy/phy-ulpi.c')
-rw-r--r-- | drivers/usb/phy/phy-ulpi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/phy/phy-ulpi.c b/drivers/usb/phy/phy-ulpi.c index 217339dd7a90..17ea3f271bd8 100644 --- a/drivers/usb/phy/phy-ulpi.c +++ b/drivers/usb/phy/phy-ulpi.c | |||
@@ -47,6 +47,8 @@ struct ulpi_info { | |||
47 | static struct ulpi_info ulpi_ids[] = { | 47 | static struct ulpi_info ulpi_ids[] = { |
48 | ULPI_INFO(ULPI_ID(0x04cc, 0x1504), "NXP ISP1504"), | 48 | ULPI_INFO(ULPI_ID(0x04cc, 0x1504), "NXP ISP1504"), |
49 | ULPI_INFO(ULPI_ID(0x0424, 0x0006), "SMSC USB331x"), | 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 | static int ulpi_set_otg_flags(struct usb_phy *phy) | 54 | static int ulpi_set_otg_flags(struct usb_phy *phy) |