diff options
author | Matt Porter <mporter@linaro.org> | 2013-12-19 09:23:05 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-12-23 15:30:14 -0500 |
commit | 0d33d825632737c8d3353c80c8701252682bcb03 (patch) | |
tree | 8792cdcc407e834d78e1dd03b2982a26489ec3aa | |
parent | 29026e09e3d7d4eae19f754772590fdaf9ef8c9d (diff) |
usb: gadget: s3c-hsotg: add snps,dwc2 compatible string
Enable support for the dwc2 binding.
Signed-off-by: Matt Porter <mporter@linaro.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
-rw-r--r-- | drivers/usb/gadget/s3c-hsotg.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) | |||
3734 | #ifdef CONFIG_OF | 3734 | #ifdef CONFIG_OF |
3735 | static const struct of_device_id s3c_hsotg_of_ids[] = { | 3735 | static const struct of_device_id s3c_hsotg_of_ids[] = { |
3736 | { .compatible = "samsung,s3c6400-hsotg", }, | 3736 | { .compatible = "samsung,s3c6400-hsotg", }, |
3737 | { .compatible = "snps,dwc2", }, | ||
3737 | { /* sentinel */ } | 3738 | { /* sentinel */ } |
3738 | }; | 3739 | }; |
3739 | MODULE_DEVICE_TABLE(of, s3c_hsotg_of_ids); | 3740 | MODULE_DEVICE_TABLE(of, s3c_hsotg_of_ids); |