Skip to content

Commit

Permalink
ARM: dts: rockchip: enable usb controller on marsboard
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Heiko Stuebner committed Aug 8, 2015
1 parent 760bb97 commit 67867fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/rk3066a-marsboard.dts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,14 @@
status = "okay";
};

&usb_host {
status = "okay";
};

&usb_otg {
status = "okay";
};

&wdt {
status = "okay";
};

0 comments on commit 67867fc

Please sign in to comment.