arm64: dts: rockchip: enable otg/drd operation of usb_host0_xhci in rk356x
authorMichael Riesch <michael.riesch@wolfvision.net>
Mon, 25 Apr 2022 13:35:00 +0000 (15:35 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 11 May 2022 04:09:55 +0000 (06:09 +0200)
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>
arch/arm64/boot/dts/rockchip/rk356x.dtsi

index 3f0e11af738dce88eac98d1ee0de4f0bc2113441..1042e68602dea4e7839c86240e7b94aa4cb7c7f2 100644 (file)
                         <&cru ACLK_USB3OTG0>;
                clock-names = "ref_clk", "suspend_clk",
                              "bus_clk";
-               dr_mode = "host";
+               dr_mode = "otg";
                phy_type = "utmi_wide";
                power-domains = <&power RK3568_PD_PIPE>;
                resets = <&cru SRST_USB3OTG0>;