diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2015-04-30 15:30:00 +0200 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2015-05-07 16:39:39 +0200 |
commit | 571ac3be06f1b35b53994a2d45c3f0cf4c2a9959 (patch) | |
tree | 1281287f1c654763b25ef5e8270850e319e010da /arch/arm/boot/dts/stihxxx-b2120.dtsi | |
parent | ARM: DT: STi: STiH407: Add dwc3 usb3 DT node. (diff) | |
download | linux-571ac3be06f1b35b53994a2d45c3f0cf4c2a9959.tar.xz linux-571ac3be06f1b35b53994a2d45c3f0cf4c2a9959.zip |
ARM: DT: STi: stihxxx-b2120: Enable USB3 port on stih407-b2120 and stih410-b2120
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>
Diffstat (limited to 'arch/arm/boot/dts/stihxxx-b2120.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stihxxx-b2120.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stihxxx-b2120.dtsi b/arch/arm/boot/dts/stihxxx-b2120.dtsi index 64fa0b5a0f24..f589fe487f13 100644 --- 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"; + }; + }; }; |