Skip to content

Commit bc405bb

Browse files
mriesch-wvmmind
authored andcommitted
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>
1 parent bd820bc commit bc405bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/rk356x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
<&cru ACLK_USB3OTG0>;
267267
clock-names = "ref_clk", "suspend_clk",
268268
"bus_clk";
269-
dr_mode = "host";
269+
dr_mode = "otg";
270270
phy_type = "utmi_wide";
271271
power-domains = <&power RK3568_PD_PIPE>;
272272
resets = <&cru SRST_USB3OTG0>;

0 commit comments

Comments
 (0)