summaryrefslogtreecommitdiff
path: root/drivers/usb
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-08-09 11:41:56 +0100
committerChanho Park <chanho61.park@samsung.com>2014-03-20 17:44:07 +0900
commitc97bfe063db7060553e2418ed0ac439665ec5cdf (patch)
treec3d56677ceda9d88d9cc2937797bc933c0e1dfd5 /drivers/usb
parent3754dd8b5bc30705e34b035a7c148bac6e1995a5 (diff)
downloadlinux-3.10-c97bfe063db7060553e2418ed0ac439665ec5cdf.tar.gz
linux-3.10-c97bfe063db7060553e2418ed0ac439665ec5cdf.tar.bz2
linux-3.10-c97bfe063db7060553e2418ed0ac439665ec5cdf.zip
usb: misc: usb3503: Add USB3503A to the compatible list
There are no software visible differences that I am aware of but in case any are discovered allow the DTS to specify exactly which device is present. Signed-off-by: Mark Brown <broonie@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> [mszyprow: mainline commit 5bdd1f4a1daf398042203b72430891dfc40c0fa6] Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Change-Id: I5bdd1f4a1daf398042203b72430891dfc40c0fa6
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/misc/usb3503.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/misc/usb3503.c b/drivers/usb/misc/usb3503.c
index 8f5dff20dcb..da45ed97133 100644
--- a/drivers/usb/misc/usb3503.c
+++ b/drivers/usb/misc/usb3503.c
@@ -272,6 +272,7 @@ MODULE_DEVICE_TABLE(i2c, usb3503_id);
#ifdef CONFIG_OF
static const struct of_device_id usb3503_of_match[] = {
{ .compatible = "smsc,usb3503", },
+ { .compatible = "smsc,usb3503a", },
{},
};
MODULE_DEVICE_TABLE(of, usb3503_of_match);