ARM: dts: socfpga: disable over-current for Arria10 USB devkit
authorDinh Nguyen <dinguyen@kernel.org>
Tue, 28 Nov 2017 22:15:49 +0000 (16:15 -0600)
committerDinh Nguyen <dinguyen@kernel.org>
Tue, 23 Jan 2018 15:36:46 +0000 (09:36 -0600)
The USB host functionality on the Arria10 needs the disable-over-current
property.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm/boot/dts/socfpga_arria10_socdk.dtsi

index 3a32de9..64cc86a 100644 (file)
 
 &usb0 {
        status = "okay";
+       disable-over-current;
 };
 
 &watchdog1 {