From: Icenowy Zheng Date: Mon, 7 May 2018 15:18:15 +0000 (+0800) Subject: usb: dwc3: of-simple: Add compatible for Allwinner H6 platform X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e362098f0e1202761f71a1764980d14a27187753;p=linux.git usb: dwc3: of-simple: Add compatible for Allwinner H6 platform Add compatible string to use this generic glue layer to support Allwinner H6 platform's dwc3 controller. Signed-off-by: Icenowy Zheng Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/dwc3/dwc3-of-simple.c b/drivers/usb/dwc3/dwc3-of-simple.c index cb2ee96fd3e86..a92a8e4c6b922 100644 --- a/drivers/usb/dwc3/dwc3-of-simple.c +++ b/drivers/usb/dwc3/dwc3-of-simple.c @@ -215,6 +215,7 @@ static const struct of_device_id of_dwc3_simple_match[] = { { .compatible = "sprd,sc9860-dwc3" }, { .compatible = "amlogic,meson-axg-dwc3" }, { .compatible = "amlogic,meson-gxl-dwc3" }, + { .compatible = "allwinner,sun50i-h6-dwc3" }, { /* Sentinel */ } }; MODULE_DEVICE_TABLE(of, of_dwc3_simple_match);