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:40:34 +0200 |
commit | 5f636b75099fc09e31ce4d8b520bded06785edab (patch) | |
tree | 03b8a4d9964c7b034895c7448ea53c8f1c909288 /arch/arm/boot/dts/stih418-b2199.dts | |
parent | ARM: DT: STi: STiH418: Add miphy28lp optional oscillator clock properties (diff) | |
download | linux-5f636b75099fc09e31ce4d8b520bded06785edab.tar.xz linux-5f636b75099fc09e31ce4d8b520bded06785edab.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/stih418-b2199.dts')
-rw-r--r-- | arch/arm/boot/dts/stih418-b2199.dts | 4 |
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 @@ st,osc-force-ext; }; }; + + st_dwc3: dwc3@8f94000 { + status = "okay"; + }; }; }; |