mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 15:14:52 +00:00
arm64: dts: rockchip: enable otg/drd operation of usb_host0_xhci in rk356x
This USB 3.0 controller is capable of OTG/DRD operation. Enable it in the device tree. Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net> Link: https://lore.kernel.org/r/20220425133502.405512-1-michael.riesch@wolfvision.net Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
bd820bc5e7
commit
bc405bb3ee
@ -266,7 +266,7 @@ usb_host0_xhci: usb@fcc00000 {
|
|||||||
<&cru ACLK_USB3OTG0>;
|
<&cru ACLK_USB3OTG0>;
|
||||||
clock-names = "ref_clk", "suspend_clk",
|
clock-names = "ref_clk", "suspend_clk",
|
||||||
"bus_clk";
|
"bus_clk";
|
||||||
dr_mode = "host";
|
dr_mode = "otg";
|
||||||
phy_type = "utmi_wide";
|
phy_type = "utmi_wide";
|
||||||
power-domains = <&power RK3568_PD_PIPE>;
|
power-domains = <&power RK3568_PD_PIPE>;
|
||||||
resets = <&cru SRST_USB3OTG0>;
|
resets = <&cru SRST_USB3OTG0>;
|
||||||
|
Loading…
Reference in New Issue
Block a user