]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: rockchip: Enable the USB 3.0 port on NanoPi R6C/R6S
authorAnton Kirilov <anton.kirilov@arm.com>
Thu, 19 Dec 2024 11:25:32 +0000 (11:25 +0000)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 8 Jan 2025 12:19:08 +0000 (13:19 +0100)
Enable the USB 3.0 port on FriendlyElec NanoPi R6C/R6S boards.

Signed-off-by: Anton Kirilov <anton.kirilov@arm.com>
Link: https://lore.kernel.org/r/20241219112532.482891-1-anton.kirilov@arm.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi

index 76a6e8e517e94830db7923188fcddeb75e7fb099..cbf09d0b4addbcb51a103d570181ecc7d2144d05 100644 (file)
        status = "okay";
 };
 
+&u2phy0 {
+       status = "okay";
+};
+
+&u2phy0_otg {
+       phy-supply = <&vcc5v0_usb_otg0>;
+       status = "okay";
+};
+
 &u2phy2 {
        status = "okay";
 };
        status = "okay";
 };
 
+&usb_host0_xhci {
+       dr_mode = "host";
+       status = "okay";
+};
+
+&usbdp_phy0 {
+       status = "okay";
+};
+
 &vop {
        status = "okay";
 };