Commit 67867fc3 authored by Heiko Stuebner's avatar Heiko Stuebner

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: default avatarHeiko Stuebner <heiko@sntech.de>
parent 760bb977
......@@ -206,6 +206,14 @@ &usbphy {
status = "okay";
};
&usb_host {
status = "okay";
};
&usb_otg {
status = "okay";
};
&wdt {
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment