From: Peter Griffin Date: Thu, 30 Apr 2015 13:30:00 +0000 (+0200) Subject: ARM: DT: STi: STiH418: Enable USB3 port on stih418-b2199. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5f636b75099fc09e31ce4d8b520bded06785edab;p=linux-beck.git 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 Signed-off-by: Maxime Coquelin --- 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"; + }; }; };