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: Wed, 02 Dec 2015 10:51:43 -0800 Message-ID: <7hsi3k4rb4.fsf@deeprootsystems.com> References: <1449010070-9796-1-git-send-email-bjorn.andersson@sonymobile.com> <7hd1up66gm.fsf@deeprootsystems.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mail-pa0-f47.google.com ([209.85.220.47]:36826 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751209AbbLBSvp (ORCPT ); Wed, 2 Dec 2015 13:51:45 -0500 Received: by pacdm15 with SMTP id dm15so48159220pac.3 for ; Wed, 02 Dec 2015 10:51:45 -0800 (PST) In-Reply-To: <7hd1up66gm.fsf@deeprootsystems.com> (Kevin Hilman's message of "Tue, 01 Dec 2015 16:26:49 -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 Kevin Hilman writes: > 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. ... and applied to next/defconfig on top of Andy's patch. Thanks, Kevin