diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-09 11:41:56 +0100 |
---|---|---|
committer | Marek Szyprowski <m.szyprowski@samsung.com> | 2014-05-15 07:27:34 +0200 |
commit | 910207cae4aa3cb9e9c519320642a7bacb2246bc (patch) | |
tree | bd160a89728f3fcd2f2be9b1c63685c2612e3d3a /drivers/usb | |
parent | 05ffaa8f4292c4a1a07190506e2f21a1b925e936 (diff) | |
download | linux-3.10-910207cae4aa3cb9e9c519320642a7bacb2246bc.tar.gz linux-3.10-910207cae4aa3cb9e9c519320642a7bacb2246bc.tar.bz2 linux-3.10-910207cae4aa3cb9e9c519320642a7bacb2246bc.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.c | 1 |
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); |