aboutsummaryrefslogtreecommitdiffstats
path: root/package/platform/lantiq/ltq-hcd/src
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-03-14 18:42:57 +0000
committerJohn Crispin <john@openwrt.org>2013-03-14 18:42:57 +0000
commitcd40e47a4874e3ef8cd19f057aa3fcac3983d0d7 (patch)
tree248ee860bd2821c4c79774b233cd540af29280df /package/platform/lantiq/ltq-hcd/src
parentd0fe00d8b2d6297759984435f00027de41a12c57 (diff)
downloadupstream-cd40e47a4874e3ef8cd19f057aa3fcac3983d0d7.tar.gz
upstream-cd40e47a4874e3ef8cd19f057aa3fcac3983d0d7.tar.bz2
upstream-cd40e47a4874e3ef8cd19f057aa3fcac3983d0d7.zip
make hcd driver work with v3.8
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36019
Diffstat (limited to 'package/platform/lantiq/ltq-hcd/src')
-rw-r--r--package/platform/lantiq/ltq-hcd/src/ifxusb_driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/platform/lantiq/ltq-hcd/src/ifxusb_driver.c b/package/platform/lantiq/ltq-hcd/src/ifxusb_driver.c
index c30cf44914..04346b972f 100644
--- a/package/platform/lantiq/ltq-hcd/src/ifxusb_driver.c
+++ b/package/platform/lantiq/ltq-hcd/src/ifxusb_driver.c
@@ -315,6 +315,8 @@ static int ifxusb_driver_probe(struct platform_device *_pdev)
np = of_find_compatible_node(NULL, NULL, "lantiq,ifxhcd-arx100");
#elif defined __IS_VR9__
np = of_find_compatible_node(NULL, NULL, "lantiq,ifxhcd-xrx200");
+#elif defined __IS_AR10__
+ np = of_find_compatible_node(NULL, NULL, "lantiq,ifxhcd-arx300");
#endif
if (!np) {
dev_err(&_pdev->dev, "failed to find hcd device node\n");