提交 51a91a54 编写于 作者: I Igor Grinberg 提交者: Greg Kroah-Hartman

USB: otg/ulpi: add support for SMSC USB3319 ulpi phy

Signed-off-by: NIgor Grinberg <grinberg@compulab.co.il>
Signed-off-by: NMike Rapoport <mike@compulab.co.il>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 6a5a9a4b
...@@ -49,8 +49,6 @@ config USB_ULPI ...@@ -49,8 +49,6 @@ config USB_ULPI
Enable this to support ULPI connected USB OTG transceivers which Enable this to support ULPI connected USB OTG transceivers which
are likely found on embedded boards. are likely found on embedded boards.
The only chip currently supported is NXP's ISP1504
config TWL4030_USB config TWL4030_USB
tristate "TWL4030 USB Transceiver Driver" tristate "TWL4030 USB Transceiver Driver"
depends on TWL4030_CORE && REGULATOR_TWL4030 depends on TWL4030_CORE && REGULATOR_TWL4030
......
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
/* ULPI hardcoded IDs, used for probing */ /* ULPI hardcoded IDs, used for probing */
static unsigned int ulpi_ids[] = { static unsigned int ulpi_ids[] = {
ULPI_ID(0x04cc, 0x1504), /* NXP ISP1504 */ ULPI_ID(0x04cc, 0x1504), /* NXP ISP1504 */
ULPI_ID(0x0424, 0x0006), /* SMSC USB3319 */
}; };
static int ulpi_set_flags(struct otg_transceiver *otg) static int ulpi_set_flags(struct otg_transceiver *otg)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册