git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd55599
)
ARM: DT: STi: stihxxx-b2120: Enable USB3 port on stih407-b2120 and stih410-b2120
author
Peter Griffin
<peter.griffin@linaro.org>
Thu, 30 Apr 2015 13:30:00 +0000
(15:30 +0200)
committer
Maxime Coquelin
<maxime.coquelin@st.com>
Thu, 7 May 2015 14:39:39 +0000
(16:39 +0200)
The USB3 controller is present on both variants of the b2120 board so
enable the controller in the generic stihxxx-b2120.dtsi file.
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
arch/arm/boot/dts/stihxxx-b2120.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/stihxxx-b2120.dtsi
b/arch/arm/boot/dts/stihxxx-b2120.dtsi
index
64fa0b5
..
f589fe4
100644
(file)
--- a/
arch/arm/boot/dts/stihxxx-b2120.dtsi
+++ b/
arch/arm/boot/dts/stihxxx-b2120.dtsi
@@
-74,5
+74,10
@@
st,osc-force-ext;
};
};
+
+ st_dwc3: dwc3@8f94000 {
+ status = "okay";
+ };
+
};
};