arm64: dts: rockchip: Add USB3.0 to Indiedroid Nova
authorChris Morgan <macromorgan@hotmail.com>
Thu, 25 Jan 2024 20:19:43 +0000 (14:19 -0600)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 13 Feb 2024 19:28:08 +0000 (20:28 +0100)
Add the proper nodes to activate the USB 3.0 ports on the Indiedroid
Nova.

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Link: https://lore.kernel.org/r/20240125201943.90476-3-macroalpha82@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588s-indiedroid-nova.dts

index dc677f29a9c7fca2359cf0d28b3ec3c9e97dda30..f23208f5e5c2a29eaabc8fc018b387dac8000fdd 100644 (file)
        status = "okay";
 };
 
+&combphy2_psu {
+       status = "okay";
+};
+
 &cpu_l0 {
        cpu-supply = <&vdd_cpu_lit_s0>;
 };
 &usb_host1_ohci {
        status = "okay";
 };
+
+&usb_host2_xhci {
+       status = "okay";
+};