mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
usb: phy: Add SMSC USB334x PHY ID
adding new device id for SMSC USB334x devices. 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> Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
1ade5d7e17
commit
79cb5b533a
@ -48,6 +48,7 @@ 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"),
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user