projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fbd8d1
)
ARM: dts: socfpga: disable over-current for Arria10 USB devkit
author
Dinh Nguyen
<dinguyen@kernel.org>
Tue, 28 Nov 2017 22:15:49 +0000
(16:15 -0600)
committer
Dinh 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi
b/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi
index
3a32de9
..
64cc86a
100644
(file)
--- a/
arch/arm/boot/dts/socfpga_arria10_socdk.dtsi
+++ b/
arch/arm/boot/dts/socfpga_arria10_socdk.dtsi
@@
-163,6
+163,7
@@
&usb0 {
status = "okay";
+ disable-over-current;
};
&watchdog1 {