]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: spear: Add support for both SPEAr600 EHCI controllers
authorStefan Roese <sr@denx.de>
Tue, 18 Aug 2015 07:27:18 +0000 (09:27 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:29:37 +0000 (10:29 +0200)
commit94f18d4221969b9411497580fb27229a737a0be8
treeef2a7a1485af07265d5b4107ce9341af85b55cae
parent79177e7f25ccd43ac8c860104e5d12b2169d1a3e
usb: spear: Add support for both SPEAr600 EHCI controllers

USB EHCI on SPEAr600 has not been tested for a while. The base controller
addresses are missing. This patch adds the defines to the header. And adds
the missing code.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Vipin Kumar <vk.vipin@gmail.com>
Cc: Marek Vasut <marex@denx.de>
arch/arm/cpu/arm926ejs/spear/cpu.c
arch/arm/include/asm/arch-spear/hardware.h
drivers/usb/host/ehci-spear.c