Skip to content
Snippets Groups Projects
Commit e2c53515 authored by Wan Ahmad Zainie's avatar Wan Ahmad Zainie Committed by Felipe Balbi
Browse files

usb: dwc3: of-simple: Add compatible string for Intel Keem Bay platform


Add compatible string to use this generic glue layer to support
Intel Keem Bay platform's dwc3 controller.

Signed-off-by: default avatarWan Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@intel.com>
Signed-off-by: default avatarFelipe Balbi <balbi@kernel.org>
parent 8eb16e72
No related branches found
No related tags found
No related merge requests found
......@@ -177,6 +177,7 @@ static const struct of_device_id of_dwc3_simple_match[] = {
{ .compatible = "sprd,sc9860-dwc3" },
{ .compatible = "allwinner,sun50i-h6-dwc3" },
{ .compatible = "hisilicon,hi3670-dwc3" },
{ .compatible = "intel,keembay-dwc3" },
{ /* Sentinel */ }
};
MODULE_DEVICE_TABLE(of, of_dwc3_simple_match);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment