projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7707fd1
)
phy: Add SMSC USB334x PHY IDs.
author
Liviu Dudau
<Liviu.Dudau@arm.com>
Tue, 4 Mar 2014 11:22:32 +0000
(11:22 +0000)
committer
Mark Brown
<broonie@linaro.org>
Wed, 14 May 2014 17:34:58 +0000
(18:34 +0100)
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>
drivers/usb/phy/phy-ulpi.c
patch
|
blob
|
history
diff --git
a/drivers/usb/phy/phy-ulpi.c
b/drivers/usb/phy/phy-ulpi.c
index 217339dd7a902072ff9bab540a60f140aa49fd81..4e3877c329f2c2ba4387c47d8a8bb995400f0e99 100644
(file)
--- a/
drivers/usb/phy/phy-ulpi.c
+++ b/
drivers/usb/phy/phy-ulpi.c
@@
-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)