From patchwork Fri Jul 21 16:20:02 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 9857263 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id C07C860393 for ; Fri, 21 Jul 2017 16:21:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id ACC062871C for ; Fri, 21 Jul 2017 16:21:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A1E472872B; Fri, 21 Jul 2017 16:21:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id B51AD2879B for ; Fri, 21 Jul 2017 16:21:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=BTqiPaz6CQeMveeAxgWj/96vI483km0d1e+bPxlbWdA=; b=dzb C4O8PwIFak2zFAcYvvRNMu71C40eRYivkGnFG8UA7f4NKqBSs1UhRWgmmBs+so+VSAKfoLGdnX1S8 QbVF2G4mpVjPJwSYy+ktWiaOKwYi1jFirqejAOwdGD4Ea3epg20Y0rGjZPkzjysFMKOS7xH9JJ9Dm sdkadO2TeEleCqfmledkDnpZq/pWlKq2tOXqm90eUmKNmg7FrX4gG2cYXHy78GXgV8xuM6KDvgjy/ Kdfbrx6E1rRHzoW8jD3VrchDOYF3TYZzw8ymjNWrkPHLW9ieDjmupbU7w1VDeDxOjxEDSuJ8IzPNZ 7aUi2YGoZ67MwUNUyUr4ipgYEEN602w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dYafL-0003rN-HX; Fri, 21 Jul 2017 16:20:35 +0000 Received: from mail.free-electrons.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dYafE-0002wl-2T for linux-arm-kernel@lists.infradead.org; Fri, 21 Jul 2017 16:20:34 +0000 Received: by mail.free-electrons.com (Postfix, from userid 110) id 967D721EDE; Fri, 21 Jul 2017 18:20:05 +0200 (CEST) Received: from localhost (LFbn-1-10718-131.w90-89.abo.wanadoo.fr [90.89.68.131]) by mail.free-electrons.com (Postfix) with ESMTPSA id 6784E21ED4; Fri, 21 Jul 2017 18:20:05 +0200 (CEST) From: Maxime Ripard To: Chen-Yu Tsai , Maxime Ripard Subject: [PATCH 1/4] arm: multi_v7: Add AXP20X_POWER Date: Fri, 21 Jul 2017 18:20:02 +0200 Message-Id: <20170721162005.18892-1-maxime.ripard@free-electrons.com> X-Mailer: git-send-email 2.13.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170721_092028_425744_6243AB53 X-CRM114-Status: UNSURE ( 8.39 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP The multi_v7 defconfig is missing the AXP209 USB power supply driver, resulting in non-working USB controllers because the USB PHY will always return EPROBE_DEFER. Make sure it's selected. Signed-off-by: Maxime Ripard --- arch/arm/configs/multi_v7_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 4d19c1b4b8e7..6bab339a8dd8 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -432,6 +432,7 @@ CONFIG_GPIO_TPS6586X=y CONFIG_GPIO_TPS65910=y CONFIG_BATTERY_ACT8945A=y CONFIG_BATTERY_SBS=y +CONFIG_AXP20X_POWER=y CONFIG_BATTERY_MAX17040=m CONFIG_BATTERY_MAX17042=m CONFIG_CHARGER_MAX14577=m @@ -439,7 +440,6 @@ CONFIG_CHARGER_MAX77693=m CONFIG_CHARGER_MAX8997=m CONFIG_CHARGER_MAX8998=m CONFIG_CHARGER_TPS65090=y -CONFIG_AXP20X_POWER=m CONFIG_POWER_RESET_AS3722=y CONFIG_POWER_RESET_GPIO=y CONFIG_POWER_RESET_GPIO_RESTART=y