Commit 4622485f authored by Chris Morgan's avatar Chris Morgan Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Add USB3.0 to Indiedroid Nova



Add the proper nodes to activate the USB 3.0 ports on the Indiedroid
Nova.

Signed-off-by: default avatarChris Morgan <macromorgan@hotmail.com>
Link: https://lore.kernel.org/r/20240125201943.90476-3-macroalpha82@gmail.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent abe3426c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -141,6 +141,10 @@ &combphy0_ps {
	status = "okay";
};

&combphy2_psu {
	status = "okay";
};

&cpu_l0 {
	cpu-supply = <&vdd_cpu_lit_s0>;
};
@@ -842,3 +846,7 @@ &usb_host1_ehci {
&usb_host1_ohci {
	status = "okay";
};

&usb_host2_xhci {
	status = "okay";
};