From patchwork Wed Aug 12 16:52:58 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 40919 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 n7CGrHEe011481 for ; Wed, 12 Aug 2009 16:53:17 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751936AbZHLQxO (ORCPT ); Wed, 12 Aug 2009 12:53:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752018AbZHLQxO (ORCPT ); Wed, 12 Aug 2009 12:53:14 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:51790 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751936AbZHLQxN (ORCPT ); Wed, 12 Aug 2009 12:53:13 -0400 Received: from muru.com ([72.249.23.125] helo=localhost.localdomain) by mho-02-ewr.mailhop.org with esmtpa (Exim 4.68) (envelope-from ) id 1MbH4Y-000OmH-5B; Wed, 12 Aug 2009 16:53:11 +0000 Received: from Mutt by mutt-smtp-wrapper.pl 1.2 (www.zdo.com/articles/mutt-smtp-wrapper.shtml) X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 72.249.23.125 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18LXJpF/etNRTkKNlrtwIOi Date: Wed, 12 Aug 2009 19:52:58 +0300 From: Tony Lindgren To: Felipe Balbi Cc: "linux-arm-kernel@lists.arm.linux.org.uk" , Paul Walmsley , "linux-omap@vger.kernel.org" , Jason Kridner Subject: Re: [PATCH 10/10] OMAP3: update OMAP3 Beagle defconfig, v2 Message-ID: <20090812165258.GM7278@atomide.com> References: <20090812120926.17601.85860.stgit@localhost> <20090812122415.17601.44872.stgit@localhost> <20090812122710.GA23166@nokia.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20090812122710.GA23166@nokia.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Felipe Balbi [090812 15:29]: > Hi, > > On Wed, Aug 12, 2009 at 02:24:15PM +0200, ext Tony Lindgren wrote: > > From: Paul Walmsley > > > > Update the OMAP3 Beagle defconfig to add EHCI, MMC, TWL4030 GPIO support. > > Beagle can again use MMC rootfs after this patch. Tested on BeagleBoard > > rev C2. > > > > @@ -981,10 +987,11 @@ CONFIG_RTC_INTF_DEV=y > > # > > # Voltage and Current regulators > > # > > -# CONFIG_REGULATOR is not set > > +CONFIG_REGULATOR=y > > # CONFIG_REGULATOR_FIXED_VOLTAGE is not set > > # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set > > # CONFIG_REGULATOR_BQ24022 is not set > > +CONFIG_REGULATOR_TWL4030=y > > # CONFIG_UIO is not set > > musb will still fail here if we don't have twl4030-usb enabled. > > could you updated the patch to add that as well ?? Updated. Maybe take a look and see if the USB options make sense to you? I could not enable OTG for some reason.. Regards, Tony From 5dc8c8ffb27d93533d71493ca4a419f0290a3b2f Mon Sep 17 00:00:00 2001 From: Paul Walmsley Date: Wed, 12 Aug 2009 15:06:36 +0300 Subject: [PATCH] OMAP3: update OMAP3 Beagle defconfig Update the OMAP3 Beagle defconfig to add EHCI, MMC, TWL4030 GPIO support. Beagle can again use MMC rootfs after this patch. Tested on BeagleBoard rev C2. Signed-off-by: Paul Walmsley Cc: Jason Kridner Signed-off-by: Tony Lindgren diff --git a/arch/arm/configs/omap3_beagle_defconfig b/arch/arm/configs/omap3_beagle_defconfig index 4c6fb7e..882f374 100644 --- a/arch/arm/configs/omap3_beagle_defconfig +++ b/arch/arm/configs/omap3_beagle_defconfig @@ -236,6 +236,7 @@ CONFIG_ARM_THUMB=y # CONFIG_CPU_BPREDICT_DISABLE is not set CONFIG_HAS_TLS_REG=y # CONFIG_OUTER_CACHE is not set +CONFIG_COMMON_CLKDEV=y # # Bus support @@ -713,6 +714,7 @@ CONFIG_GPIOLIB=y # CONFIG_GPIO_MAX732X is not set # CONFIG_GPIO_PCA953X is not set # CONFIG_GPIO_PCF857X is not set +CONFIG_GPIO_TWL4030=y # # PCI GPIO expanders: @@ -741,6 +743,7 @@ CONFIG_SSB_POSSIBLE=y # CONFIG_MFD_SM501 is not set # CONFIG_HTC_EGPIO is not set # CONFIG_HTC_PASIC3 is not set +CONFIG_TWL4030_CORE=y # CONFIG_UCB1400_CORE is not set # CONFIG_MFD_TMIO is not set # CONFIG_MFD_T7L66XB is not set @@ -787,7 +790,7 @@ CONFIG_DUMMY_CONSOLE=y CONFIG_USB_SUPPORT=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARCH_HAS_OHCI=y -# CONFIG_USB_ARCH_HAS_EHCI is not set +CONFIG_USB_ARCH_HAS_EHCI=y CONFIG_USB=y # CONFIG_USB_DEBUG is not set # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set @@ -806,6 +809,8 @@ CONFIG_USB_MON=y # # USB Host Controller Drivers # +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_ROOT_HUB_TT=y # CONFIG_USB_C67X00_HCD is not set # CONFIG_USB_ISP116X_HCD is not set # CONFIG_USB_ISP1760_HCD is not set @@ -906,6 +911,15 @@ CONFIG_USB_ETH_RNDIS=y # CONFIG_USB_MIDI_GADGET is not set # CONFIG_USB_G_PRINTER is not set # CONFIG_USB_CDC_COMPOSITE is not set + +# +# OTG and related infrastructure +# +CONFIG_USB_OTG_UTILS=y +# CONFIG_USB_GPIO_VBUS is not set +# CONFIG_ISP1301_OMAP is not set +CONFIG_TWL4030_USB=y +# CONFIG_NOP_USB_XCEIV is not set CONFIG_MMC=y # CONFIG_MMC_DEBUG is not set # CONFIG_MMC_UNSAFE_RESUME is not set @@ -923,6 +937,7 @@ CONFIG_MMC_BLOCK_BOUNCE=y # # CONFIG_MMC_SDHCI is not set # CONFIG_MMC_OMAP is not set +CONFIG_MMC_OMAP_HS=y # CONFIG_MEMSTICK is not set # CONFIG_ACCESSIBILITY is not set # CONFIG_NEW_LEDS is not set @@ -981,10 +996,11 @@ CONFIG_RTC_INTF_DEV=y # # Voltage and Current regulators # -# CONFIG_REGULATOR is not set +CONFIG_REGULATOR=y # CONFIG_REGULATOR_FIXED_VOLTAGE is not set # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set # CONFIG_REGULATOR_BQ24022 is not set +CONFIG_REGULATOR_TWL4030=y # CONFIG_UIO is not set #