usb: dwc3: Change the dwc3 driver to dwc3-rockchip for rk1808 and rk3399pro-npu

Use the dwc3-rockchip driver to auto switch the host/peripheral dr_mode.

Change-Id: I497570fad4caaffc9da08086f2758653afb729db
Signed-off-by: David.Wu <david.wu@rock-chips.com>
This commit is contained in:
David.Wu
2018-12-07 14:51:29 +08:00
committed by Tao Huang
parent 98b799609e
commit 833c56149e

View File

@@ -162,7 +162,6 @@ 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);