X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;ds=sidebyside;f=package%2Fplatform%2Flantiq%2Fltq-hcd%2Fsrc%2Fifxusb_driver.c;h=04346b972f0ab5b08b8ece318ead3ed646b96bb3;hb=801985e5286881dd578a19280b2a6c8e212a530d;hp=c30cf449148b5ec6100745cf4fead56ef1c64af5;hpb=36e626f26da5bb9a39288559c5d8e9b59f4565e5;p=openwrt.git 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");