]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/3.14.3/usb-phy-add-ulpi-ids-for-smsc-usb3320-and-ti-tusb1210.patch
4.14-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 3.14.3 / usb-phy-add-ulpi-ids-for-smsc-usb3320-and-ti-tusb1210.patch
CommitLineData
0b48f303
GKH
1From ead5178bf442dbae4008ee54bf4f66a1f6a317c9 Mon Sep 17 00:00:00 2001
2From: Michal Simek <michal.simek@xilinx.com>
3Date: Tue, 11 Mar 2014 13:23:14 +0100
4Subject: usb: phy: Add ulpi IDs for SMSC USB3320 and TI TUSB1210
5
6From: Michal Simek <michal.simek@xilinx.com>
7
8commit ead5178bf442dbae4008ee54bf4f66a1f6a317c9 upstream.
9
10Add new ulpi IDs which are available on Xilinx Zynq boards.
11
12Signed-off-by: Michal Simek <michal.simek@xilinx.com>
13Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14
15---
16 drivers/usb/phy/phy-ulpi.c | 2 ++
17 1 file changed, 2 insertions(+)
18
19--- a/drivers/usb/phy/phy-ulpi.c
20+++ b/drivers/usb/phy/phy-ulpi.c
21@@ -47,6 +47,8 @@ struct ulpi_info {
22 static struct ulpi_info ulpi_ids[] = {
23 ULPI_INFO(ULPI_ID(0x04cc, 0x1504), "NXP ISP1504"),
24 ULPI_INFO(ULPI_ID(0x0424, 0x0006), "SMSC USB331x"),
25+ ULPI_INFO(ULPI_ID(0x0424, 0x0007), "SMSC USB3320"),
26+ ULPI_INFO(ULPI_ID(0x0451, 0x1507), "TI TUSB1210"),
27 };
28
29 static int ulpi_set_otg_flags(struct usb_phy *phy)