提交 fe29db8f 编写于 作者: V Vivek Gautam 提交者: Felipe Balbi

usb: dwc3: exynos: fix compatible strings for the device

Using specific chip in compatible strings. Newer SOCs can claim
device by using older string in the compatible list.
Signed-off-by: NVivek Gautam <gautam.vivek@samsung.com>
Acked-by: NGrant Likely <grant.likely@secretlab.ca>
Reviewed-by: NDoug Anderson <dianders@chromium.org>
Signed-off-by: NFelipe Balbi <balbi@ti.com>
上级 1a947746
......@@ -183,7 +183,7 @@ static int dwc3_exynos_remove(struct platform_device *pdev)
#ifdef CONFIG_OF
static const struct of_device_id exynos_dwc3_match[] = {
{ .compatible = "samsung,exynos-dwc3" },
{ .compatible = "samsung,exynos5250-dwusb3" },
{},
};
MODULE_DEVICE_TABLE(of, exynos_dwc3_match);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册