From patchwork Wed Oct 15 06:29:09 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 5084031 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 0F1CCC11AC for ; Wed, 15 Oct 2014 06:32:27 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 419A32011B for ; Wed, 15 Oct 2014 06:32:26 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 66405200F4 for ; Wed, 15 Oct 2014 06:32:24 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XeI5f-0003rg-Ie; Wed, 15 Oct 2014 06:29:43 +0000 Received: from mail-pa0-f51.google.com ([209.85.220.51]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XeI5b-0003oK-Oe for linux-arm-kernel@lists.infradead.org; Wed, 15 Oct 2014 06:29:40 +0000 Received: by mail-pa0-f51.google.com with SMTP id lj1so728324pab.10 for ; Tue, 14 Oct 2014 23:29:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=P20SZ90+gctW8xgy0PqzqcoILyw6nLQRVbcqndix+oE=; b=Oncjb1qLLVsWKX4k30EwarJ8TPX3PyeYVeM0/219e7RVMNRH4qCe6ctYyFPss6KwFF 25KO4jFdMm2UD4SP0Exy5nYpH+8ZauDG3xqIgDnMRMx9YnYFi/m1CIn7wheSgotdU4zc hbqqrbrpIBHDVUy33e6kDGBm5FA7kM0pvnEwlrPp5ASCe7JzcjiKtN5hG2dnK2SXMOJv KiPXcsCIIInVqmjF9Fc6nwG/z2/iosWK2FnBPOle+rtELkxdxeSBpHlni+xX2WQKBKWo yhxoADK+bMwqNePVaNnczKF75BChGIidV/aYrZ4Q0hXbSahr1/fL+i/m8C6Vy4QmC5ds iEqw== X-Gm-Message-State: ALoCoQmgWnt33bo0nhI065lTRFJ52Lv5Jy6zvb2DbtzIVj73JxzimPnGuUm+rI0v8EhgaB3LOgRj X-Received: by 10.68.101.131 with SMTP id fg3mr10371032pbb.130.1413354557394; Tue, 14 Oct 2014 23:29:17 -0700 (PDT) Received: from quad.lixom.net (173-13-129-225-sfba.hfc.comcastbusiness.net. [173.13.129.225]) by mx.google.com with ESMTPSA id o4sm16019702pdh.56.2014.10.14.23.29.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 14 Oct 2014 23:29:16 -0700 (PDT) From: Olof Johansson To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: sunxi_defconfig: enable CONFIG_REGULATOR Date: Tue, 14 Oct 2014 23:29:09 -0700 Message-Id: <1413354549-9012-1-git-send-email-olof@lixom.net> X-Mailer: git-send-email 2.0.1.473.gc4d58ca X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141014_232939_839733_5520DF5B X-CRM114-Status: UNSURE ( 9.19 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.0 (-) Cc: Olof Johansson , Beniamino Galvani , maxime.ripard@free-electrons.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Commit 97a13e5289ba ('net: phy: mdio-sun4i: don't select REGULATOR') removed the select of REGULATOR, which means that it now has to be explicitly enabled in the defconfig or things won't work very well. In particular, this fixes a problem with SD/MMC not probing on my A31-based board. Cc: Beniamino Galvani Signed-off-by: Olof Johansson Acked-by: Maxime Ripard --- Maxime, I'll apply this on our fixes branch directly. arch/arm/configs/sunxi_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index c1a4ca4f6e6d..847045313101 100644 --- a/arch/arm/configs/sunxi_defconfig +++ b/arch/arm/configs/sunxi_defconfig @@ -75,6 +75,7 @@ CONFIG_POWER_RESET_SUN6I=y CONFIG_WATCHDOG=y CONFIG_SUNXI_WATCHDOG=y CONFIG_MFD_AXP20X=y +CONFIG_REGULATOR=y CONFIG_REGULATOR_GPIO=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y