]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: DT: STi: STiH418: Enable USB3 port on stih418-b2199.
authorPeter Griffin <peter.griffin@linaro.org>
Thu, 30 Apr 2015 13:30:00 +0000 (15:30 +0200)
committerMaxime Coquelin <maxime.coquelin@st.com>
Thu, 7 May 2015 14:40:34 +0000 (16:40 +0200)
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>
arch/arm/boot/dts/stih418-b2199.dts

index 589f66b501c2f994e5c322ea4833713e52d6879e..82eee39ccb310b79d1079a59c4adc9f77b16622f 100644 (file)
@@ -97,5 +97,9 @@
                                st,osc-force-ext;
                        };
                };
+
+               st_dwc3: dwc3@8f94000 {
+                       status = "okay";
+               };
        };
 };