u-boot/arch/arm
Simon Glass 87f938c9f7 tegra: usb: Add support for Tegra USB peripheral
This adds basic support for the Tegra2 USB controller. Board files should
call board_usb_init() to set things up.

Configuration is performed through the FDT, with aliases used to set the
order of the ports, like this fragment:

        aliases {
		/* This defines the order of our USB ports */
                usb0 = "/usb@0xc5008000";
                usb1 = "/usb@0xc5000000";
        };

drivers/usb/host files ONLY: Acked-by: Remy Bohmer <linux@bohmer.net>
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2012-03-29 08:12:48 +02:00
..
cpu tegra: usb: Add support for Tegra USB peripheral 2012-03-29 08:12:48 +02:00
dts tegra: usb: fdt: Add additional device tree definitions for USB ports 2012-03-29 08:12:48 +02:00
include/asm tegra: usb: Add support for Tegra USB peripheral 2012-03-29 08:12:48 +02:00
lib arm: Add Prep subcommand support to bootm 2012-03-27 22:05:29 +02:00
config.mk Reduce build times 2011-11-03 20:44:58 +01:00