aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2015-04-30 09:30:00 -0400
committerMaxime Coquelin <maxime.coquelin@st.com>2015-05-07 10:40:34 -0400
commit5f636b75099fc09e31ce4d8b520bded06785edab (patch)
tree03b8a4d9964c7b034895c7448ea53c8f1c909288
parent0dee58e66f3ef68464c951d912e0b6215240fdad (diff)
ARM: DT: STi: STiH418: Enable USB3 port on stih418-b2199.
The USB3 controller is present on the b2199 board, so enable it in the board specific DT file. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
-rw-r--r--arch/arm/boot/dts/stih418-b2199.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih418-b2199.dts b/arch/arm/boot/dts/stih418-b2199.dts
index 589f66b501c2..82eee39ccb31 100644
--- a/arch/arm/boot/dts/stih418-b2199.dts
+++ b/arch/arm/boot/dts/stih418-b2199.dts
@@ -97,5 +97,9 @@
97 st,osc-force-ext; 97 st,osc-force-ext;
98 }; 98 };
99 }; 99 };
100
101 st_dwc3: dwc3@8f94000 {
102 status = "okay";
103 };
100 }; 104 };
101}; 105};