diff options
author | Dinh Nguyen | 2017-12-01 11:14:24 -0600 |
---|---|---|
committer | Dinh Nguyen | 2018-01-23 09:37:05 -0600 |
commit | 15a9b85d4bfab0d24745f5424bd0a159066bc46f (patch) | |
tree | a33993165268d2a8683266926e7398b29bed5792 /arch/arm64 | |
parent | ef8216d28a5920022cddcb694d2d75bd1f0035ca (diff) |
arm64: dts: stratix10: enable USB on the devkit
Enable USB on the Stratix10 devkit.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts | 4 |
1 files changed, 4 insertions, 0 deletions
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"; +}; |