All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] arm64: dts: rockchip: helios64: fixup USB setup
@ 2021-07-01  0:40 ` Dennis Gilmore
  0 siblings, 0 replies; 27+ messages in thread
From: Dennis Gilmore @ 2021-07-01  0:40 UTC (permalink / raw)
  To: linux-rockchip
  Cc: dgilmore, Rob Herring, Heiko Stuebner, Uwe Kleine-König,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	moderated list:ARM/Rockchip SoC support, open list

Without the usbdrd_dwc3_1 node defined u-boot will throw an error and
reset the system. All other rk3399 systems use this format

Signed-off-by: Dennis Gilmore <dgilmore@redhat.com>
---
 arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts b/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts
index 738cfd21df3e..aeedf098f67c 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts
@@ -490,9 +490,9 @@ &uart2 {
 
 &usbdrd3_1 {
 	status = "okay";
+};
 
-	usb@fe900000 {
-		dr_mode = "host";
-		status = "okay";
-	};
+&usbdrd_dwc3_1 {
+	dr_mode = "host";
+	status = "okay";
 };
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2021-07-01 18:15 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-01  0:40 [PATCH 1/4] arm64: dts: rockchip: helios64: fixup USB setup Dennis Gilmore
2021-07-01  0:40 ` Dennis Gilmore
2021-07-01  0:40 ` Dennis Gilmore
2021-07-01  0:40 ` [PATCH 2/4] arm64: dts: rockchip: helios64: set stdout-path Dennis Gilmore
2021-07-01  0:40   ` Dennis Gilmore
2021-07-01  0:40   ` Dennis Gilmore
2021-07-01  0:40 ` [PATCH 3/4] arm64: dts: rockchip: helios64: add SPI support Dennis Gilmore
2021-07-01  0:40   ` Dennis Gilmore
2021-07-01  0:40   ` Dennis Gilmore
2021-07-01  0:40 ` [PATCH 4/4] arm64: dts: rockchip: helios64: enable tsadc on helios64 Dennis Gilmore
2021-07-01  0:40   ` Dennis Gilmore
2021-07-01  0:40   ` Dennis Gilmore
2021-07-01  9:31 ` [PATCH 1/4] arm64: dts: rockchip: helios64: fixup USB setup Uwe Kleine-König
2021-07-01  9:31   ` Uwe Kleine-König
2021-07-01  9:31   ` Uwe Kleine-König
2021-07-01 12:59   ` Dennis Gilmore
2021-07-01 12:59     ` Dennis Gilmore
2021-07-01 12:59     ` Dennis Gilmore
2021-07-01 13:35     ` Uwe Kleine-König
2021-07-01 13:35       ` Uwe Kleine-König
2021-07-01 13:35       ` Uwe Kleine-König
2021-07-01 18:13       ` Dennis Gilmore
2021-07-01 18:13         ` Dennis Gilmore
2021-07-01 18:13         ` Dennis Gilmore
2021-07-01  9:32 ` Robin Murphy
2021-07-01  9:32   ` Robin Murphy
2021-07-01  9:32   ` Robin Murphy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.