From patchwork Thu Mar 21 11:09:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Baltieri X-Patchwork-Id: 15453 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 75AA94C13C9 for ; Thu, 21 Mar 2013 11:10:00 +0000 (UTC) Received: from mail-vb0-f46.google.com (mail-vb0-f46.google.com [209.85.212.46]) by fiordland.canonical.com (Postfix) with ESMTP id 0B45EA19E18 for ; Thu, 21 Mar 2013 11:09:59 +0000 (UTC) Received: by mail-vb0-f46.google.com with SMTP id b13so1778992vby.19 for ; Thu, 21 Mar 2013 04:09:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=28URjSaqJeKL2wAgrTu6bsjErAnTUg0xLob2Y0wpLPk=; b=Va/m76Oc90q2A6p5A6XgGHSb3kHH5bps84O3iJc/nyxZ3O+2QZVAeSg3uXo6LoPWjq B0eQWCtjr075USrc/X0VYom6pYpX9YtUotq74mLc8j+B90x8GsPWl64esae7HDJRAxOn D1EToIgthGVibruC8y/axduHprW8a42PyHuT9IpZae6asxw9JDBHtdo51kgOWnYC+npi qOIDFuMHN6W2hGRvVOs+t2YWSCF2k7fgYnc6kFwqPsgt0XgGX+4dAZ566NMp8JLwp99i LZfw0nozORXQH56aYbhiTcv2GqcI9MGjIzobjPd/Kofi+Rp9EPmtog5v13QVdrjWwiKj c+cg== X-Received: by 10.220.225.200 with SMTP id it8mr12552490vcb.39.1363864199518; Thu, 21 Mar 2013 04:09:59 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.58.233.198 with SMTP id ty6csp55112vec; Thu, 21 Mar 2013 04:09:58 -0700 (PDT) X-Received: by 10.180.80.35 with SMTP id o3mr4196428wix.9.1363864197470; Thu, 21 Mar 2013 04:09:57 -0700 (PDT) Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]) by mx.google.com with ESMTPS id ay2si1057369wib.72.2013.03.21.04.09.57 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 21 Mar 2013 04:09:57 -0700 (PDT) Received-SPF: neutral (google.com: 2a00:1450:400c:c03::22c is neither permitted nor denied by best guess record for domain of fabio.baltieri@linaro.org) client-ip=2a00:1450:400c:c03::22c; Authentication-Results: mx.google.com; spf=neutral (google.com: 2a00:1450:400c:c03::22c is neither permitted nor denied by best guess record for domain of fabio.baltieri@linaro.org) smtp.mail=fabio.baltieri@linaro.org Received: by mail-we0-f172.google.com with SMTP id u50so1152178wey.17 for ; Thu, 21 Mar 2013 04:09:57 -0700 (PDT) X-Received: by 10.180.77.9 with SMTP id o9mr4142680wiw.16.1363864197056; Thu, 21 Mar 2013 04:09:57 -0700 (PDT) Received: from localhost ([2a01:2003:1:1e91:8e70:5aff:feac:ad8]) by mx.google.com with ESMTPS id du2sm4049122wib.0.2013.03.21.04.09.52 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 21 Mar 2013 04:09:56 -0700 (PDT) From: Fabio Baltieri To: Linus Walleij Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Fabio Baltieri Subject: [PATCH v2] ARM: ux500: select WATCHDOG and MUSB for ux500 Date: Thu, 21 Mar 2013 12:09:46 +0100 Message-Id: <1363864186-11514-1-git-send-email-fabio.baltieri@linaro.org> X-Mailer: git-send-email 1.8.1.3 In-Reply-To: <20130319115518.GA1558@balto.lan> References: <20130319115518.GA1558@balto.lan> X-Gm-Message-State: ALoCoQkExOClGSgy/TWPodM5aefIoXaN8kYMqtYub07T53ei3X6BMQKU+rBfyHdLsfhYUBo4wzlg Enable ux500 specific USB and watchdog drivers by default on u8500_defconfig. Signed-off-by: Fabio Baltieri --- Hi Linus, this enables USB and watchdog on ux500 defconfig, and is generated considering the new USB_PHY config option recently added in the musb-next tree. Thanks, Fabio arch/arm/configs/u8500_defconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index 426270f..a68b773 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig @@ -71,6 +71,7 @@ CONFIG_GPIO_TC3589X=y # CONFIG_AB8500_BATTERY_THERM_ON_BATCTRL is not set CONFIG_THERMAL=y CONFIG_CPU_THERMAL=y +CONFIG_WATCHDOG=y CONFIG_MFD_STMPE=y CONFIG_MFD_TC3589X=y CONFIG_AB5500_CORE=y @@ -80,7 +81,14 @@ CONFIG_REGULATOR_AB8500=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_GPIO=y # CONFIG_HID_SUPPORT is not set +CONFIG_USB=y +CONFIG_USB_MUSB_HDRC=y +CONFIG_USB_MUSB_UX500=y +CONFIG_USB_PHY=y +CONFIG_AB8500_USB=y CONFIG_USB_GADGET=y +CONFIG_USB_GADGET_MUSB_HDRC=y +CONFIG_USB_ETH=m CONFIG_AB8500_USB=y CONFIG_MMC=y CONFIG_MMC_CLKGATE=y