diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2017-05-06 13:37:45 -0400 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2017-06-02 04:27:36 -0400 |
commit | 55b644fd2431cfd28d04cc28f092d49e7bea3433 (patch) | |
tree | cfeb769c4234687e526491627b7a59c8a9a463a5 /drivers/usb/dwc2 | |
parent | 5ed02dbb497422bf225783f46e6eadd237d23d6b (diff) |
usb: dwc2: add support for the DWC2 controller on Meson8 SoCs
USB support in the Meson8 SoCs is provided by a DWC2 controller which
works with the same settings as Meson8b and GXBB. Using the generic
"snps,dwc2" binding results in an endless stream of "Overcurrent change
detected" messages.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'drivers/usb/dwc2')
-rw-r--r-- | drivers/usb/dwc2/params.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/dwc2/params.c b/drivers/usb/dwc2/params.c index 9cd8722f24f6..a3ffe97170ff 100644 --- a/drivers/usb/dwc2/params.c +++ b/drivers/usb/dwc2/params.c | |||
@@ -144,6 +144,8 @@ const struct of_device_id dwc2_of_match_table[] = { | |||
144 | { .compatible = "lantiq,xrx200-usb", .data = dwc2_set_ltq_params }, | 144 | { .compatible = "lantiq,xrx200-usb", .data = dwc2_set_ltq_params }, |
145 | { .compatible = "snps,dwc2" }, | 145 | { .compatible = "snps,dwc2" }, |
146 | { .compatible = "samsung,s3c6400-hsotg" }, | 146 | { .compatible = "samsung,s3c6400-hsotg" }, |
147 | { .compatible = "amlogic,meson8-usb", | ||
148 | .data = dwc2_set_amlogic_params }, | ||
147 | { .compatible = "amlogic,meson8b-usb", | 149 | { .compatible = "amlogic,meson8b-usb", |
148 | .data = dwc2_set_amlogic_params }, | 150 | .data = dwc2_set_amlogic_params }, |
149 | { .compatible = "amlogic,meson-gxbb-usb", | 151 | { .compatible = "amlogic,meson-gxbb-usb", |