mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user