ARM: dts: socfpga: disable over-current for Arria10 USB devkit
The USB host functionality on the Arria10 needs the disable-over-current property. Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
parent
4fbd8d194f
commit
ef8216d28a
|
@ -163,6 +163,7 @@
|
|||
|
||||
&usb0 {
|
||||
status = "okay";
|
||||
disable-over-current;
|
||||
};
|
||||
|
||||
&watchdog1 {
|
||||
|
|
Loading…
Reference in New Issue