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: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
760bb9773f
commit
67867fc338
1 changed files with 8 additions and 0 deletions
|
@ -206,6 +206,14 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&usb_host {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&usb_otg {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&wdt {
|
&wdt {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue