From: Igor Grinberg Date: Thu, 15 Jul 2010 13:00:15 +0000 (+0300) Subject: USB: otg/ulpi: add support for SMSC USB3319 ulpi phy X-Git-Tag: v2.6.36-rc1~293^2~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=51a91a5424cb94f40eb0c9d0b71d8df4e423742a;p=profile%2Fivi%2Fkernel-x86-ivi.git USB: otg/ulpi: add support for SMSC USB3319 ulpi phy Signed-off-by: Igor Grinberg Signed-off-by: Mike Rapoport Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/otg/Kconfig b/drivers/usb/otg/Kconfig index 3d2d3e5..3b12895 100644 --- a/drivers/usb/otg/Kconfig +++ b/drivers/usb/otg/Kconfig @@ -49,8 +49,6 @@ config USB_ULPI Enable this to support ULPI connected USB OTG transceivers which are likely found on embedded boards. - The only chip currently supported is NXP's ISP1504 - config TWL4030_USB tristate "TWL4030 USB Transceiver Driver" depends on TWL4030_CORE && REGULATOR_TWL4030 diff --git a/drivers/usb/otg/ulpi.c b/drivers/usb/otg/ulpi.c index 448d643..ef7dbe4 100644 --- a/drivers/usb/otg/ulpi.c +++ b/drivers/usb/otg/ulpi.c @@ -34,6 +34,7 @@ /* ULPI hardcoded IDs, used for probing */ static unsigned int ulpi_ids[] = { ULPI_ID(0x04cc, 0x1504), /* NXP ISP1504 */ + ULPI_ID(0x0424, 0x0006), /* SMSC USB3319 */ }; static int ulpi_set_flags(struct otg_transceiver *otg)