]> git.baikalelectronics.ru Git - kernel.git/commitdiff
arm64: dts: stratix10: enable USB on the devkit
authorDinh Nguyen <dinguyen@kernel.org>
Fri, 1 Dec 2017 17:14:24 +0000 (11:14 -0600)
committerDinh Nguyen <dinguyen@kernel.org>
Tue, 23 Jan 2018 15:37:05 +0000 (09:37 -0600)
Enable USB on the Stratix10 devkit.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts

index a37c4611287600ff358bddd9dba3397ee15280b5..000756429b77891fe1e3cfc2685822baf38cf4c2 100644 (file)
@@ -97,3 +97,7 @@
 &uart0 {
        status = "okay";
 };
+
+&usb0 {
+       status = "okay";
+};