提交 82d9d5e0 编写于 作者: F Felipe Balbi 提交者: Kishon Vijay Abraham I

phy: tusb1210: add support for TUSB1211

TUSB1211 is software compatible with TUSB1210 and as such we don't
need an entire new driver to control it. Let's add its product ID to
the existing TUSB1210 driver instead.
Signed-off-by: NFelipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: NKishon Vijay Abraham I <kishon@ti.com>
上级 7c7356ba
...@@ -124,7 +124,8 @@ static void tusb1210_remove(struct ulpi *ulpi) ...@@ -124,7 +124,8 @@ static void tusb1210_remove(struct ulpi *ulpi)
#define TI_VENDOR_ID 0x0451 #define TI_VENDOR_ID 0x0451
static const struct ulpi_device_id tusb1210_ulpi_id[] = { static const struct ulpi_device_id tusb1210_ulpi_id[] = {
{ TI_VENDOR_ID, 0x1507, }, { TI_VENDOR_ID, 0x1507, }, /* TUSB1210 */
{ TI_VENDOR_ID, 0x1508, }, /* TUSB1211 */
{ }, { },
}; };
MODULE_DEVICE_TABLE(ulpi, tusb1210_ulpi_id); MODULE_DEVICE_TABLE(ulpi, tusb1210_ulpi_id);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册