Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -206,6 +206,14 @@
	status = "okay";
};

&usb_host {
	status = "okay";
};

&usb_otg {
	status = "okay";
};

&wdt {
	status = "okay";
};