ARM: dts: sun6i: Enable otg controller on the cs908

The cs908 has the otg controller connected to one of the 2 usb-A
receptacles it has on the front, so enable the otg controller in host-only
mode.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Hans de Goede 2015-06-20 17:40:10 +02:00 committed by Maxime Ripard
parent 2433d82b6c
commit cb9b608706
1 changed files with 5 additions and 0 deletions

View File

@ -93,6 +93,11 @@
status = "okay";
};
&usb_otg {
dr_mode = "host";
status = "okay";
};
&usbphy {
status = "okay";
};