From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH] ARM: defconfig: multi_v7: Enable Qualcomm options for Honami Date: Tue, 01 Dec 2015 16:26:49 -0800 Message-ID: <7hd1up66gm.fsf@deeprootsystems.com> References: <1449010070-9796-1-git-send-email-bjorn.andersson@sonymobile.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mail-pa0-f53.google.com ([209.85.220.53]:34561 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932335AbbLBA0v (ORCPT ); Tue, 1 Dec 2015 19:26:51 -0500 Received: by padhx2 with SMTP id hx2so21423848pad.1 for ; Tue, 01 Dec 2015 16:26:51 -0800 (PST) In-Reply-To: <1449010070-9796-1-git-send-email-bjorn.andersson@sonymobile.com> (Bjorn Andersson's message of "Tue, 1 Dec 2015 14:47:50 -0800") Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Bjorn Andersson Cc: arm@kernel.org, Arnd Bergmann , linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Olof Johansson , Andy Gross Bjorn Andersson writes: > The Honami device does not boot due to the lack of pinctrl support > compiled in with the multi_v7_defconfig. This patch correct this and > enables coincell, sdhci, smsm, smp2p and wcnss_ctrl as well, all found > on a variety of Qualcomm boards. > > Reported-by: Kevin Hilman > Signed-off-by: Bjorn Andersson Tested-by: Kevin Hilman Verified that this patch on top of next-20151127 gets my z1 booting again. Kevin