From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B47B2C3A5A7 for ; Wed, 4 Sep 2019 13:24:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7F0562168B for ; Wed, 4 Sep 2019 13:24:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="hrEGXFTi" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730337AbfIDNYS (ORCPT ); Wed, 4 Sep 2019 09:24:18 -0400 Received: from mail-lj1-f195.google.com ([209.85.208.195]:36930 "EHLO mail-lj1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730195AbfIDNYR (ORCPT ); Wed, 4 Sep 2019 09:24:17 -0400 Received: by mail-lj1-f195.google.com with SMTP id t14so19645490lji.4 for ; Wed, 04 Sep 2019 06:24:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=aqQvklk8YIAFUL9lGcPHiWhtS58FRSlGQcASUQ543l0=; b=hrEGXFTiVfl2ayVHe7GhvPWCx/hZhnMQWOnrOquNFJzjQmJEAPbAd5llGrzK8r003L ZHW6aH+hIi7aRiRaNelBhwHX/njZzNdJfvYi3+LZB0T1gGwhv4BhpwH/bLi29wt6MP11 xb1M02zcK4APML8vL+s5X9sgo+cQYF9XGkCEnq9/9CoJO8E7PGaojjQSJqMAkaRdmIT1 EPaw2wPwkID896IbPq0h/CwUoukxwFp3QUcR7IkHrKaQUn+FaUceBw6gh3sDBf7fiGTq bdVqrMPr3nP0UHqmJEKPBA+6F/TBN80bvWhMqJh5fIDnatPnJnFni4NbEm8GCWrHkyWb ie7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=aqQvklk8YIAFUL9lGcPHiWhtS58FRSlGQcASUQ543l0=; b=g5I5RCIcqEyikRrGD6Wk03tZT0j/AImt8I2/fhYcnYLnvRXV1SLaJRF1upxbyyzwS/ DnJfl3nTfpjEdeGW2XaXIBSAFYDldUzT+ekGATR7nWpsx+ZlCcHf7vhjpiFB4mV2usa/ /FfdMoG7STSBCoTP/ivpxSobYpwqWA5qM6D4pD5tCfarhog4uQr7FRPOwMe0Cg/kMksJ n193IchB3w/vpaef4+H8frmrhvXRz6zgx+E7toWogwVCia7s4VXfz/KA9qwNL13XrZPk PT5Y9jhoXoYIGleSP03oVXRo8A4JTvmArdenGg4DxWy+PrO+Kfkt0CnB0NyRlFYg25dt c8/w== X-Gm-Message-State: APjAAAX1/tIqMNrW0RaLx+yuBJ+v6n5S2q+OwuQxuxgkjW3fMq+YuYNF wLCxWswzDdjlRor4PDWAfKUYS1Z6n4+Otw49Kq2P6w== X-Google-Smtp-Source: APXvYqzzpq0zy/ApTjeKi5jzJDmNcldnYjTPQZRuBnxHCQ1EP/fKYVGvmjJY5Dfa1R8vvE78iBx8GyZjNk6U6GqI/V4= X-Received: by 2002:a2e:b174:: with SMTP id a20mr23389649ljm.108.1567603455383; Wed, 04 Sep 2019 06:24:15 -0700 (PDT) MIME-Version: 1.0 References: <20190830060227.12792-1-swboyd@chromium.org> In-Reply-To: <20190830060227.12792-1-swboyd@chromium.org> From: Linus Walleij Date: Wed, 4 Sep 2019 15:24:03 +0200 Message-ID: Subject: Re: [PATCH] pinctrl: qcom: sdm845: Fix UFS_RESET pin To: Stephen Boyd Cc: Bjorn Andersson , "linux-kernel@vger.kernel.org" , MSM , "open list:GPIO SUBSYSTEM" , Andy Gross Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 30, 2019 at 8:02 AM Stephen Boyd wrote: > The UFS_RESET pin is the magical pin #150 now, not 153 per the > sdm845_groups array declared in this file. Fix the order of pins so that > UFS_RESET is 150 and the SDC pins follow after. > > Fixes: 53a5372ce326 ("pinctrl: qcom: sdm845: Expose ufs_reset as gpio") > Signed-off-by: Stephen Boyd Patch applied with Bjorn's ACK. Yours, Linus Walleij