]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: DT: STi: stihxxx-b2120: Enable USB3 port on stih407-b2120 and stih410-b2120
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: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

index 64fa0b5a0f244427161b30d439bed2c798de4079..f589fe487f13f2ad41af93506ed9c968c8398150 100644 (file)
@@ -74,5 +74,10 @@ phy_port1: port@9b2a000 {
                                st,osc-force-ext;
                        };
                };
+
+               st_dwc3: dwc3@8f94000 {
+                       status = "okay";
+               };
+
        };
 };