ipq40xx: add target
[openwrt/openwrt.git] / target / linux / ipq40xx / patches-4.14 / 830-usb-dwc3-register-qca-ipq4019-dwc3-in-dwc3-of-simple.patch
1 From 08c18ab774368feb610d1eb952957bb1bb35129f Mon Sep 17 00:00:00 2001
2 From: Christian Lamparter <chunkeey@gmail.com>
3 Date: Sat, 19 Nov 2016 00:52:35 +0100
4 Subject: [PATCH 37/38] usb: dwc3: register qca,ipq4019-dwc3 in dwc3-of-simple
5
6 For host mode, the dwc3 found in the IPQ4019 can be driven
7 by the dwc3-of-simple module. It will get more tricky for
8 OTG since they'll need to enable VBUS and reconfigure the
9 registers.
10
11 Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
12 ---
13 drivers/usb/dwc3/dwc3-of-simple.c | 1 +
14 1 file changed, 1 insertion(+)
15
16 --- a/drivers/usb/dwc3/dwc3-of-simple.c
17 +++ b/drivers/usb/dwc3/dwc3-of-simple.c
18 @@ -176,6 +176,7 @@ static const struct dev_pm_ops dwc3_of_s
19
20 static const struct of_device_id of_dwc3_simple_match[] = {
21 { .compatible = "qcom,dwc3" },
22 + { .compatible = "qca,ipq4019-dwc3" },
23 { .compatible = "rockchip,rk3399-dwc3" },
24 { .compatible = "xlnx,zynqmp-dwc3" },
25 { .compatible = "cavium,octeon-7130-usb-uctl" },