arm64: dts: rockchip: fix comment for upper usb3 port
From: Heiko Stuebner <heiko.stuebner@...> Date: Thu, 18 Apr 2024 22:52:36 +0200
Commit-Message
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@...>
Patch-Comment
arch/arm64/boot/dts/rockchip/rk3588-tiger-haikou.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Statistics
- 1 lines added
- 1 lines removed
Changes
------------- arch/arm64/boot/dts/rockchip/rk3588-tiger-haikou.dts -------------
index d672198c6b64..214f8258af68 100644
@@ -260,7 +260,7 @@ &usb_host1_ohci {
status = "okay";
};
+/* host2 on Q7_USB_P2, upper usb3 port */
&usb_host2_xhci {
status = "okay";
};