From aea030ca72f231e9019ae59d2ab7f758e3f894bf Mon Sep 17 00:00:00 2001 From: blogic Date: Thu, 14 Mar 2013 18:42:57 +0000 Subject: [lantiq] make hcd driver work with v3.8 Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36019 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/platform/lantiq/ltq-hcd/src/ifxusb_driver.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/platform/lantiq/ltq-hcd/src') diff --git a/package/platform/lantiq/ltq-hcd/src/ifxusb_driver.c b/package/platform/lantiq/ltq-hcd/src/ifxusb_driver.c index c30cf4491..04346b972 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"); -- cgit v1.2.3