arm: mvebu: enable the USB ports on Armada 370 Reference Design board

This patch modifies the Armada 370 Reference Design DTS file to enable
support for the two USB ports found on this board.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
Florian Fainelli 2013-03-05 10:55:04 +01:00 коммит произвёл Jason Cooper
Родитель f3ae1ae901
Коммит e822f75d84
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -64,5 +64,13 @@
status = "okay";
/* No CD or WP GPIOs */
};
usb@d0050000 {
status = "okay";
};
usb@d0051000 {
status = "okay";
};
};
};