Re: [PATCH v3 3/3] usb: dwc3: Add Qualcomm DWC3 glue layer driver
From: Stephen Boyd <hidden>
Date: 2013-08-14 16:06:37
Also in:
linux-arm-msm, linux-omap, lkml
From: Stephen Boyd <hidden>
Date: 2013-08-14 16:06:37
Also in:
linux-arm-msm, linux-omap, lkml
On 08/14/13 05:59, Ivan T. Ivanov wrote:
+}
+
+static const struct of_device_id of_dwc3_matach[] = {
match? Maybe you can make it all one line too { .compatible = "qcom,dwc3" }
+ {
+ .compatible = "qcom,dwc3",
+ },
+ { },
+};
+MODULE_DEVICE_TABLE(of, of_dwc3_matach);
+-- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation