ARM: dts: rockchip: enable usb controller on marsboard
From: Heiko Stuebner <heiko@...> Date: Sun, 2 Aug 2015 22:34:17 +0200
Commit-Message
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@...>
Patch-Comment
arch/arm/boot/dts/rk3066a-marsboard.dts | 8 ++++++++ 1 file changed, 8 insertions(+)
Statistics
- 8 lines added
- 0 lines removed
Changes
------------------- arch/arm/boot/dts/rk3066a-marsboard.dts --------------------
index 08f5b43..bae965c 100644
@@ -206,6 +206,14 @@
status = "okay";
};
+&usb_host {
+ status = "okay";
+};
+
+&usb_otg {
+ status = "okay";
+};
+
&wdt {
status = "okay";
};