aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiviu Dudau <Liviu.Dudau@arm.com>2014-03-04 11:22:32 +0000
committerJon Medhurst <tixy@linaro.org>2014-04-09 18:55:13 +0100
commit1fdb0017ef1e973bc5274f7d54844939f88934ed (patch)
treec7fd405c5a65a6abd43f83bdca2de440aa3072e5
parent3f137c0498b06320950088b0d1e0ef18b72e8a1b (diff)
phy: Add SMSC USB334x PHY IDs.
Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
-rw-r--r--drivers/usb/phy/phy-ulpi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/phy/phy-ulpi.c b/drivers/usb/phy/phy-ulpi.c
index 217339dd7a9..15b1a1210fd 100644
--- a/drivers/usb/phy/phy-ulpi.c
+++ b/drivers/usb/phy/phy-ulpi.c
@@ -47,6 +47,7 @@ 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, 0x0009), "SMSC USB334x"),
};
static int ulpi_set_otg_flags(struct usb_phy *phy)