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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 12D2AC001DF for ; Sun, 23 Jul 2023 19:54:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229666AbjGWTyM (ORCPT ); Sun, 23 Jul 2023 15:54:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57604 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229557AbjGWTyL (ORCPT ); Sun, 23 Jul 2023 15:54:11 -0400 Received: from mail-yb1-xb33.google.com (mail-yb1-xb33.google.com [IPv6:2607:f8b0:4864:20::b33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC0E7134 for ; Sun, 23 Jul 2023 12:54:09 -0700 (PDT) Received: by mail-yb1-xb33.google.com with SMTP id 3f1490d57ef6-c5cf26e9669so2942300276.0 for ; Sun, 23 Jul 2023 12:54:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1690142049; x=1690746849; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=mZi7468TmEqGbvwfshCak5drGfAiGWilfpY0t8frKx8=; b=YbU8ghtzDZunCrfBBFNOElDn8UxWFPR/dSjzoE/nGX8HFJEN4N2M2z+xEGZP6q3sqK 5mXqS9oYYlS4tsZ08AOWdDvk7XMHa5Fve2qSOkNaRxXEjg0DivUNoRa0ioqerp2d1Mzr 0NLPJ9Hm9gNwIERIE/vuo27z5l+K4QtPaWubFswrTFz2G+b6bW40ad/VYVZV8P4lNuKd GnLbfJRxbNHMVm9tYmrW4ptIuYr7PHP7I+0+BIGq/G5t1v2lduFl01e48f9lPsw/xJ4P NmVkaCXun+SWBlDbJsirKQDOczuXsimNAW3f9fah1IIZp33JjV/9EPnE5wchQY2fLXcO pRqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690142049; x=1690746849; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=mZi7468TmEqGbvwfshCak5drGfAiGWilfpY0t8frKx8=; b=hFo0Dv6AhcCDR5ILdki+S8c/6Ia9UiXfE3sr9xfqMc/egOFxIlDMb+hSACX3dFGnYr vz5pH3SFe+mWj2GcjXmm2T7VcfEIX+QHOxnjCGyyyDF9UXRkv0SafOw9T5i7O5nismMM jp8S713IEAsFqSSpJtHNNhenhdkyCcWheM5Xlcs0T3qnDRaAPG8ptJ8uqUcPG3DiZnHB +rXxYXQiyiAA61gkZRlPowtCZJxKUE5A4lR2/2Vjpa/hs13PnanCsW884idsn757wxP0 XT0HAXEL0NCi8zfgXprOvLbL/qqrvGyL1Y2Zp9TnejryY5doaDHQ2LICaxIuzZQB5QXy 4s3Q== X-Gm-Message-State: ABy/qLYX7OylImQLY6Iaba6Ge6xfSV8+yVWC3p5r1KjNxO47RV6p/Opt x+fBFzFuiop8e9gRAp4SP+lvYy2+df0aRvJEoYv4jg== X-Google-Smtp-Source: APBJJlHCrNKcdl6M0XijMLnAWdpY3ZIUf/mGSsTJSobtPuKk8YHnjonlzIno5tYiyor1jK3+RJp0FdjJibfBa2CtPSU= X-Received: by 2002:a25:f50c:0:b0:ced:271:9508 with SMTP id a12-20020a25f50c000000b00ced02719508mr5279310ybe.52.1690142049012; Sun, 23 Jul 2023 12:54:09 -0700 (PDT) MIME-Version: 1.0 References: <20230719110344.19983-1-quic_shazhuss@quicinc.com> In-Reply-To: <20230719110344.19983-1-quic_shazhuss@quicinc.com> From: Linus Walleij Date: Sun, 23 Jul 2023 21:53:57 +0200 Message-ID: Subject: Re: [PATCH] dt-bindings: pinctrl: qcom,sa8775p-tlmm: add gpio function constant To: Shazad Hussain Cc: agross@kernel.org, andersson@kernel.org, konrad.dybcio@linaro.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, bartosz.golaszewski@linaro.org, linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Jul 19, 2023 at 1:05=E2=80=AFPM Shazad Hussain wrote: > Alternative function 'gpio' is not listed in the constants for pin > configuration, so adding this constant to the list. > > Fixes: 9a2aaee23c79 ("dt-bindings: pinctrl: describe sa8775p-tlmm") > Signed-off-by: Shazad Hussain Patch applied for fixes. Yours, Linus Walleij