mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
usb: dwc3: of-simple: add compatible for rk1808
Change-Id: I6cc4076af4343831fdf62422d82a0bd940a0cd6a Signed-off-by: William Wu <william.wu@rock-chips.com>
This commit is contained in:
parent
38a24392f8
commit
422a70a7f4
|
|
@ -162,6 +162,7 @@ static const struct dev_pm_ops dwc3_of_simple_dev_pm_ops = {
|
|||
static const struct of_device_id of_dwc3_simple_match[] = {
|
||||
{ .compatible = "qcom,dwc3" },
|
||||
{ .compatible = "xlnx,zynqmp-dwc3" },
|
||||
{ .compatible = "rockchip,rk1808-dwc3" },
|
||||
{ /* Sentinel */ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, of_dwc3_simple_match);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user