aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2015-04-30 12:02:58 +0100
committerPeter Griffin <peter.griffin@linaro.org>2015-04-30 14:19:22 +0100
commitc56556fbaef57b299d684955397738ecabc086e8 (patch)
tree9afebe8abf3d3e2cd2c22d670b85892a31a86b12
parent8e97dea76ba93d0fe4a2c4d1ed3967b30dbba9d9 (diff)
ARM: DT: STi: STiH418: Enable USB3 port on stih418-b2199.v4.1-rc1-dwc3-and-phy-cleanup-v3
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>
-rw-r--r--arch/arm/boot/dts/stih418-b2199.dts4
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 e0e5b2354e53..5e59b4615ce8 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";
+ };
};
};