|
@@ -535,6 +535,9 @@ static int dsps_probe(struct platform_device *pdev)
|
|
struct dsps_glue *glue;
|
|
struct dsps_glue *glue;
|
|
int ret;
|
|
int ret;
|
|
|
|
|
|
|
|
+ if (!strcmp(pdev->name, "musb-hdrc"))
|
|
|
|
+ return -ENODEV;
|
|
|
|
+
|
|
match = of_match_node(musb_dsps_of_match, pdev->dev.of_node);
|
|
match = of_match_node(musb_dsps_of_match, pdev->dev.of_node);
|
|
if (!match) {
|
|
if (!match) {
|
|
dev_err(&pdev->dev, "fail to get matching of_match struct\n");
|
|
dev_err(&pdev->dev, "fail to get matching of_match struct\n");
|