From patchwork Thu Oct 22 12:21:31 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Janusz Krzysztofik X-Patchwork-Id: 55312 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n9MCMX0B003510 for ; Thu, 22 Oct 2009 12:22:33 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755078AbZJVMWJ (ORCPT ); Thu, 22 Oct 2009 08:22:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755201AbZJVMWJ (ORCPT ); Thu, 22 Oct 2009 08:22:09 -0400 Received: from d1.icnet.pl ([212.160.220.21]:38899 "EHLO d1.icnet.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754812AbZJVMWI (ORCPT ); Thu, 22 Oct 2009 08:22:08 -0400 Received: from 87-205-12-81.ip.netia.com.pl ([87.205.12.81] helo=vclass.intranet) by d1.icnet.pl with asmtp (TLS-1.0:DHE_RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1N0wgF-0001zP-Ur; Thu, 22 Oct 2009 14:22:10 +0200 From: Janusz Krzysztofik Organization: Tele-Info-System, Poznan, PL To: Jonathan McDowell Subject: [PATCH resend] OMAP1: AMS_DELTA: Fix DSP public peripherals support Date: Thu, 22 Oct 2009 14:21:31 +0200 User-Agent: KMail/1.9.10 Cc: Tony Lindgren , "linux-omap@vger.kernel.org" , e3-hacking@earth.li References: <200910220222.55900.jkrzyszt@tis.icnet.pl> In-Reply-To: <200910220222.55900.jkrzyszt@tis.icnet.pl> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200910221421.33875.jkrzyszt@tis.icnet.pl> X-SA-Exim-Scanned: No (on d1.icnet); SAEximRunCond expanded to false Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org --- linux-2.6.32-rc5/arch/arm/mach-omap1/board-ams-delta.c.orig 2009-10-22 00:55:49.000000000 +0200 +++ linux-2.6.32-rc5/arch/arm/mach-omap1/board-ams-delta.c 2009-10-22 01:46:39.000000000 +0200 @@ -235,6 +235,8 @@ static void __init ams_delta_init(void) omap_usb_init(&ams_delta_usb_config); platform_add_devices(ams_delta_devices, ARRAY_SIZE(ams_delta_devices)); + + omap_writew(omap_readw(ARM_RSTCT1) | 0x0004, ARM_RSTCT1); } static struct plat_serial8250_port ams_delta_modem_ports[] = {