Skip to content

Commit e362098

Browse files
IcenowyFelipe Balbi
authored andcommitted
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 <[email protected]> Signed-off-by: Felipe Balbi <[email protected]>
1 parent d3ac41b commit e362098

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/dwc3/dwc3-of-simple.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ static const struct of_device_id of_dwc3_simple_match[] = {
215215
{ .compatible = "sprd,sc9860-dwc3" },
216216
{ .compatible = "amlogic,meson-axg-dwc3" },
217217
{ .compatible = "amlogic,meson-gxl-dwc3" },
218+
{ .compatible = "allwinner,sun50i-h6-dwc3" },
218219
{ /* Sentinel */ }
219220
};
220221
MODULE_DEVICE_TABLE(of, of_dwc3_simple_match);

0 commit comments

Comments
 (0)