Skip to content

Commit 3482efe

Browse files
Heiko Stuebnermmind
authored andcommitted
arm64: dts: rockchip: fix comment for upper usb3 port
The comment for the host2_xhci points to the wrong port on the board. The upper usb3 port is the correct one, so fix the comment to prevent confusion. Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de> Reviewed-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Link: https://lore.kernel.org/r/20240422163951.2604273-2-heiko@sntech.de Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 0eb2a93 commit 3482efe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3588-tiger-haikou.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,12 +239,12 @@
239239
status = "okay";
240240
};
241241

242-
/* host0 on Q7_USB_P2, lower usb3 port */
242+
/* host0 on Q7_USB_P2, upper usb3 port */
243243
&usb_host0_ehci {
244244
status = "okay";
245245
};
246246

247-
/* host0 on Q7_USB_P2, lower usb3 port */
247+
/* host0 on Q7_USB_P2, upper usb3 port */
248248
&usb_host0_ohci {
249249
status = "okay";
250250
};
@@ -259,7 +259,7 @@
259259
status = "okay";
260260
};
261261

262-
/* host2 on Q7_USB_P2, lower usb3 port */
262+
/* host2 on Q7_USB_P2, upper usb3 port */
263263
&usb_host2_xhci {
264264
status = "okay";
265265
};

0 commit comments

Comments
 (0)