diff mbox

[v3,6/6] ARM: DT: STi: STiH418: Enable USB3 port on stih418-b2199.

Message ID 1430400652-3366-7-git-send-email-peter.griffin@linaro.org
State Accepted
Commit 5f636b75099fc09e31ce4d8b520bded06785edab
Headers show

Commit Message

Peter Griffin April 30, 2015, 1:30 p.m. UTC
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>
---
 arch/arm/boot/dts/stih418-b2199.dts | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox

Patch

diff --git a/arch/arm/boot/dts/stih418-b2199.dts b/arch/arm/boot/dts/stih418-b2199.dts
index e0e5b23..5e59b46 100644
--- a/arch/arm/boot/dts/stih418-b2199.dts
+++ b/arch/arm/boot/dts/stih418-b2199.dts
@@ -85,5 +85,9 @@ 
 				st,osc-force-ext;
 			};
 		};
+
+		st_dwc3: dwc3@8f94000 {
+			status = "okay";
+		};
 	};
 };