From: Matt Porter Date: Thu, 19 Dec 2013 14:23:05 +0000 (-0500) Subject: usb: gadget: s3c-hsotg: add snps,dwc2 compatible string X-Git-Tag: v3.14-rc1~148^2~90^2~8 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=0d33d825632737c8d3353c80c8701252682bcb03;p=linux.git usb: gadget: s3c-hsotg: add snps,dwc2 compatible string Enable support for the dwc2 binding. Signed-off-by: Matt Porter Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/gadget/s3c-hsotg.c b/drivers/usb/gadget/s3c-hsotg.c index 8917ec3c336e..50b57b21d130 100644 --- a/drivers/usb/gadget/s3c-hsotg.c +++ b/drivers/usb/gadget/s3c-hsotg.c @@ -3734,6 +3734,7 @@ static int s3c_hsotg_remove(struct platform_device *pdev) #ifdef CONFIG_OF static const struct of_device_id s3c_hsotg_of_ids[] = { { .compatible = "samsung,s3c6400-hsotg", }, + { .compatible = "snps,dwc2", }, { /* sentinel */ } }; MODULE_DEVICE_TABLE(of, s3c_hsotg_of_ids);