mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 10:12:16 +09:00
usb: phy: Add ulpi IDs for SMSC USB3320 and TI TUSB1210
commit ead5178bf4 upstream.
Add new ulpi IDs which are available on Xilinx Zynq boards.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
94804de804
commit
fe7f9f59b7
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user