mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 15:12:59 +02:00
phy: Add SMSC USB334x PHY IDs.
Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com> Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
7707fd1af5
commit
5233f9cc97
|
|
@ -47,6 +47,9 @@ 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(0x0424, 0x0009), "SMSC USB334x"),
|
||||
ULPI_INFO(ULPI_ID(0x0451, 0x1507), "TI TUSB1210"),
|
||||
};
|
||||
|
||||
static int ulpi_set_otg_flags(struct usb_phy *phy)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user