From: Dinh Nguyen Date: Fri, 1 Dec 2017 17:14:24 +0000 (-0600) Subject: arm64: dts: stratix10: enable USB on the devkit X-Git-Tag: ceph-for-4.16-rc4~165^2^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=15a9b85d4bfab0d24745f5424bd0a159066bc46f;p=ceph-client.git arm64: dts: stratix10: enable USB on the devkit Enable USB on the Stratix10 devkit. Signed-off-by: Dinh Nguyen --- diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts index a37c46112876..000756429b77 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts @@ -97,3 +97,7 @@ &uart0 { status = "okay"; }; + +&usb0 { + status = "okay"; +};