mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
28 lines
998 B
Diff
28 lines
998 B
Diff
From 72bac38408c6fbbc8af77f62e6f528c4b1cb5d98 Mon Sep 17 00:00:00 2001
|
|
From: Michael Riesch <michael.riesch@wolfvision.net>
|
|
Date: Mon, 25 Apr 2022 15:35:00 +0200
|
|
Subject: [PATCH 19/50] 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>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk356x.dtsi | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/arch/arm64/boot/dts/rockchip/rk356x.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk356x.dtsi
|
|
@@ -266,7 +266,7 @@
|
|
<&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>;
|