Commit bc405bb3 authored by Michael Riesch's avatar Michael Riesch Committed by Heiko Stuebner

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: default avatarMichael Riesch <michael.riesch@wolfvision.net>
Link: https://lore.kernel.org/r/20220425133502.405512-1-michael.riesch@wolfvision.netSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent bd820bc5
...@@ -266,7 +266,7 @@ usb_host0_xhci: usb@fcc00000 { ...@@ -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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment