mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
arm64: dts: rockchip: support usb3 phy for rk1808 dwc3
The combphy which supports PCIe/USB3.0 on rk1808 has been enabled, so we can used it as usb3-phy for DWC3 controller by default. Change-Id: I106885eb79621b40214bc2ebac43d8f87ac63687 Signed-off-by: William Wu <william.wu@rock-chips.com>
This commit is contained in:
@@ -153,8 +153,8 @@
|
||||
reg = <0x0 0xfd000000 0x0 0x200000>;
|
||||
interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
|
||||
dr_mode = "peripheral";
|
||||
phys = <&u2phy_otg>;
|
||||
phy-names = "usb2-phy";
|
||||
phys = <&u2phy_otg>, <&combphy PHY_TYPE_USB3>;
|
||||
phy-names = "usb2-phy", "usb3-phy";
|
||||
phy_type = "utmi_wide";
|
||||
snps,dis_enblslpm_quirk;
|
||||
snps,dis-u2-freeclk-exists-quirk;
|
||||
|
||||
Reference in New Issue
Block a user