ARM: dts: rockchip: enable usb controller on marsboard
authorHeiko Stuebner <heiko@sntech.de>
Sun, 2 Aug 2015 20:34:17 +0000 (22:34 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 8 Aug 2015 10:25:38 +0000 (12:25 +0200)
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>
arch/arm/boot/dts/rk3066a-marsboard.dts

index 08f5b43171ebd4c4c8c4a5689f2f41ddb807ab0b..bae965c123c165d38fb8d8836667ae749893f283 100644 (file)
        status = "okay";
 };
 
+&usb_host {
+       status = "okay";
+};
+
+&usb_otg {
+       status = "okay";
+};
+
 &wdt {
        status = "okay";
 };
This page took 0.028961 seconds and 5 git commands to generate.