diff options
author | Heiko Stuebner <heiko@sntech.de> | 2015-08-02 16:34:17 -0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-08-08 06:25:38 -0400 |
commit | 67867fc3382911f1c5eba1a35654d8dbdb9cd92a (patch) | |
tree | f32d46658f2857509804f9241f5eeee29de47fef | |
parent | 760bb9773f26c09f5e54bf0f7adb6644d689557c (diff) |
ARM: dts: rockchip: enable usb controller on marsboard
This enables the previously disabled usb controllers on the marsboard
and makes it possible to for example mount usb mass storage devices.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm/boot/dts/rk3066a-marsboard.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3066a-marsboard.dts b/arch/arm/boot/dts/rk3066a-marsboard.dts index 08f5b43171eb..bae965c123c1 100644 --- a/arch/arm/boot/dts/rk3066a-marsboard.dts +++ b/arch/arm/boot/dts/rk3066a-marsboard.dts | |||
@@ -206,6 +206,14 @@ | |||
206 | status = "okay"; | 206 | status = "okay"; |
207 | }; | 207 | }; |
208 | 208 | ||
209 | &usb_host { | ||
210 | status = "okay"; | ||
211 | }; | ||
212 | |||
213 | &usb_otg { | ||
214 | status = "okay"; | ||
215 | }; | ||
216 | |||
209 | &wdt { | 217 | &wdt { |
210 | status = "okay"; | 218 | status = "okay"; |
211 | }; | 219 | }; |