[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210701004043.18585-1-dgilmore@redhat.com>
Date: Wed, 30 Jun 2021 19:40:36 -0500
From: Dennis Gilmore <dgilmore@...hat.com>
To: linux-rockchip@...ts.infradead.org
Cc: dgilmore@...hat.com, Rob Herring <robh+dt@...nel.org>,
Heiko Stuebner <heiko@...ech.de>,
Uwe Kleine-König <uwe@...ine-koenig.org>,
devicetree@...r.kernel.org (open list:OPEN FIRMWARE AND FLATTENED
DEVICE TREE BINDINGS),
linux-arm-kernel@...ts.infradead.org (moderated list:ARM/Rockchip SoC
support), linux-kernel@...r.kernel.org (open list)
Subject: [PATCH 1/4] arm64: dts: rockchip: helios64: fixup USB setup
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@...hat.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@...00000 {
- dr_mode = "host";
- status = "okay";
- };
+&usbdrd_dwc3_1 {
+ dr_mode = "host";
+ status = "okay";
};
--
2.31.1
Powered by blists - more mailing lists