From 5f636b75099fc09e31ce4d8b520bded06785edab Mon Sep 17 00:00:00 2001 From: Peter Griffin Date: Thu, 30 Apr 2015 15:30:00 +0200 Subject: [PATCH] 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 --- arch/arm/boot/dts/stih418-b2199.dts | 4 ++++ 1 file changed, 4 insertions(+) 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"; + }; }; }; -- 2.39.5