From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stelian Pop Date: Thu, 06 Nov 2008 22:55:58 +0100 Subject: [U-Boot] [PATCH] AT91: Enable PLLB for USB In-Reply-To: <20081106192714.GB21565@game.jcrosoft.org> References: <1224605281-15379-1-git-send-email-stelian@popies.net> <1224605281-15379-3-git-send-email-stelian@popies.net> <20081106192714.GB21565@game.jcrosoft.org> Message-ID: <1226008558.7429.5.camel@galileo> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le jeudi 06 novembre 2008 ? 20:27 +0100, Jean-Christophe PLAGNIOL-VILLARD a ?crit : > On 18:07 Tue 21 Oct , Stelian Pop wrote: > > At least some (old ?) versions of the AT91Bootstrap do not set up the > > PLLB correctly to 48 MHz in order to make USB host function correctly. > > > > This patch sets up the PLLB to the same values Linux uses, and makes USB > > work ok on the following CPUs: > > - AT91CAP9 > > - AT91SAM9260 > > - AT91SAM9263 > > > > This patch also defines CONFIG_USB_STORAGE and CONFIG_CMD_FAT for all > > the relevant AT91CAP9/AT91SAM9 boards. > > > > Signed-off-by: Stelian Pop > > --- > > cpu/arm926ejs/at91/usb.c | 18 ++++++++++++++++++ > > include/configs/at91cap9adk.h | 3 +++ > > include/configs/at91sam9260ek.h | 2 ++ > > include/configs/at91sam9261ek.h | 1 + > > include/configs/at91sam9263ek.h | 2 ++ > > 5 files changed, 26 insertions(+), 0 deletions(-) > > failed to apply > > could you rebase it against u-boot-at91? Here it is. Thanks, Stelian. --------------------------------