Skip to content

Commit

Permalink
arm: mvebu: enable the USB ports on Armada 370 Reference Design board
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Florian Fainelli authored and Jason Cooper committed Mar 8, 2013
1 parent f3ae1ae commit e822f75
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/armada-370-rd.dts
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,13 @@
status = "okay";
/* No CD or WP GPIOs */
};

usb@d0050000 {
status = "okay";
};

usb@d0051000 {
status = "okay";
};
};
};

0 comments on commit e822f75

Please sign in to comment.