diff options
author | Heiko Stuebner <heiko@sntech.de> | 2015-08-02 22:34:17 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-08-08 12:25:38 +0200 |
commit | 67867fc3382911f1c5eba1a35654d8dbdb9cd92a (patch) | |
tree | f32d46658f2857509804f9241f5eeee29de47fef /arch/arm/boot/dts/rk3066a-marsboard.dts | |
parent | 760bb9773f26c09f5e54bf0f7adb6644d689557c (diff) | |
download | linux-67867fc3382911f1c5eba1a35654d8dbdb9cd92a.tar.bz2 |
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>
Diffstat (limited to 'arch/arm/boot/dts/rk3066a-marsboard.dts')
-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 @@ status = "okay"; }; +&usb_host { + status = "okay"; +}; + +&usb_otg { + status = "okay"; +}; + &wdt { status = "okay"; }; |