From patchwork Fri Feb 3 16:48:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 650411 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 BD7DFC6379F for ; Fri, 3 Feb 2023 16:49:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233384AbjBCQtG (ORCPT ); Fri, 3 Feb 2023 11:49:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38788 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233357AbjBCQtE (ORCPT ); Fri, 3 Feb 2023 11:49:04 -0500 Received: from mail-wm1-x331.google.com (mail-wm1-x331.google.com [IPv6:2a00:1450:4864:20::331]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B9B1C7199E for ; Fri, 3 Feb 2023 08:49:02 -0800 (PST) Received: by mail-wm1-x331.google.com with SMTP id bg26so4352820wmb.0 for ; Fri, 03 Feb 2023 08:49:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=qmHMd/kJo9fi7KUEzvqHg27Up1GHzX0whgZfEcncBQ4=; b=bMHs43HMrfCWH9zAIBTbOpr2xZ5KYHTtR8G0AzASLUsgdxIwj2FYAqeavXjlEWFh53 OB6/XPeBy2n+qdMJlpxuVjtrVYCkfXKnDxpkIuANG0Q6NFGelx+bMpV1H0ZTWItQKaRv LRHO5X9E3SU7xOhaO1eAjzGGdiOWhieIedErESslL8vONxmz/Kqrdqif81mwk49srkGK URILhQtN9Tpp+zhOI7fJV30XPdRtMM0hC4seOUFfPjaF3rYnU7rGpce7Ib/+nK2zPMmY Yj988Pw9wnDwY7P/K7U9+lscXztIqcpfSjIt0XxNS9fOXuR3XpQVSBju4DiOgq7VSWBu m5SA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=qmHMd/kJo9fi7KUEzvqHg27Up1GHzX0whgZfEcncBQ4=; b=tsOxlHpBSbYfp/xO6y/+djfpqG36mu6dVu4Ij2ZwJImjUvTeHaHa+6Te9lruFNZgk4 3oiJ7eRjErysSz/MGGVrWd71AwPx/ZhWG2/Jk3pnWQkQqZ8GlyEFS7SeEQw1NeEeyCfb 6JOj5tTkno1y5fVu3cEE5k8XreN1KHQxP4sThC97k0Qp7C/S1ANSFu5x+cht9N9958s0 UCjG44bLpL50tuBJaujCfOO95M1BPnUnM5fQaeVQxnifl3xHyQ3fdKcGSpF6awb4hhPe 7yq+nX30Wlo+JrG7aXII00E+6ie6kezMQ8ebc5/8zREzhTeUCCCsvXJeCJ+1OMndYQmj lcWA== X-Gm-Message-State: AO0yUKWAA4yA07IOQ60Yab4Crf6HSfyZcthL/3H6nPoZWc0p25gXOnWv 51DdtLNOlM3WYW7shfSJo16qQA== X-Google-Smtp-Source: AK7set8KflwscXqE6oaijqOQZef+hssDC9XdOLRTIyBO8DDAgaA8/38qma6IMdeQx0E8p8gAkOqFmg== X-Received: by 2002:a05:600c:4fd2:b0:3df:eecc:de2b with SMTP id o18-20020a05600c4fd200b003dfeeccde2bmr852091wmq.11.1675442941004; Fri, 03 Feb 2023 08:49:01 -0800 (PST) Received: from krzk-bin.. ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id i21-20020a05600c355500b003dc4b4dea31sm3503247wmq.27.2023.02.03.08.48.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Feb 2023 08:49:00 -0800 (PST) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Linus Walleij , Rob Herring , Krzysztof Kozlowski , Srinivas Kandagatla , linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH 2/5] dt-bindings: pinctrl: qcom, sm8250-lpass-lpi: correct GPIO name pattern Date: Fri, 3 Feb 2023 17:48:51 +0100 Message-Id: <20230203164854.390080-2-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230203164854.390080-1-krzysztof.kozlowski@linaro.org> References: <20230203164854.390080-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The SM8250 LPASS pin controller has GPIOs 0-13, so narrow the pattern of possible GPIO names. Signed-off-by: Krzysztof Kozlowski --- .../bindings/pinctrl/qcom,sm8250-lpass-lpi-pinctrl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,sm8250-lpass-lpi-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,sm8250-lpass-lpi-pinctrl.yaml index bd45faa3f078..de9d8854c690 100644 --- a/Documentation/devicetree/bindings/pinctrl/qcom,sm8250-lpass-lpi-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/qcom,sm8250-lpass-lpi-pinctrl.yaml @@ -64,7 +64,7 @@ $defs: subnode. items: oneOf: - - pattern: "^gpio([0-9]|[1-9][0-9])$" + - pattern: "^gpio([0-9]|1[0-3])$" minItems: 1 maxItems: 14 From patchwork Fri Feb 3 16:48:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 650410 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 50D55C05027 for ; Fri, 3 Feb 2023 16:49:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233396AbjBCQtO (ORCPT ); Fri, 3 Feb 2023 11:49:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38916 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233397AbjBCQtH (ORCPT ); Fri, 3 Feb 2023 11:49:07 -0500 Received: from mail-wm1-x332.google.com (mail-wm1-x332.google.com [IPv6:2a00:1450:4864:20::332]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4464FA2A43 for ; Fri, 3 Feb 2023 08:49:06 -0800 (PST) Received: by mail-wm1-x332.google.com with SMTP id l37-20020a05600c1d2500b003dfe46a9801so2848148wms.0 for ; Fri, 03 Feb 2023 08:49:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=tePUYI71y0gOvdhCBLpAKPjJwja2/LsMGPyFMOwlZro=; b=gcKN8lAMKy0pHaE72s90j36GnpHcJa86A7lSY1413YLj5TnLSd0z4k0vI/HxMKVVfI F0Q4WcgV+In/Pb148iY7ngAB8R053MWgfPcEIcRtAiTIWBwhJqzhuM2N+Oio3ouIjKI+ etQp217l5SZJy4N2ylm81uouS5MrOD/bkQBmrK1FMjdwXi3lZPI4DRO3kpKg16jart3R RM4++0bs0VDZQwggssh1njanfx+7aNPRb5PvdfdtvdRrGJB9FXG+0VdvcW9b2WhGSd5E ehju2r6Hu+WmmMMun4R9rnfaZQSlFEX1umUrSLha2ZsR8bhGwmjbpYXpUro5/Ye+RK5E r5UQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=tePUYI71y0gOvdhCBLpAKPjJwja2/LsMGPyFMOwlZro=; b=5FVen9zWwBUBwiGkAs5I7pG/pr6AZ84g8lGw0wErudIl10bD4ozzv3sSxLuWR8hLWR +WPOcOQWNIunigXqqvZpgulXuOm8NVINK3mOr0RsMItEANRXJKLJxtyFrjJjbkEvn7f1 W1n/w9joLq6CN3HnYL2EitkH1H9JxMO5+4a4oG/dYvkMWAAj+19EQgcUamoONibmwukw eRrExsD8D2LPwA7eNaau46Iqtj+D1/4WHuc67s2G90thMR9OhZEqoeZ0fmQrp7tCpyvO 6wTzCBeGB9WcBfJiAaThEaV5yzYPRABN6pEDfEXj7/PH8SMqjodEo4PhflYTBF0XIgsD 6PwQ== X-Gm-Message-State: AO0yUKXC+WHDajnh/+HUGGsjLsZZLiYp+4D89xq+yfl4Bm0a1o/r2qxa 5aEWIBl917QQYcy+WEWLr2136Q== X-Google-Smtp-Source: AK7set8a26yEaDF6IuLWTow8YjMebknfe3l+D3az4yN2FllHg53SciCFCAMpWR87/9Z+6QHLgrj/5A== X-Received: by 2002:a05:600c:3489:b0:3dc:de85:5007 with SMTP id a9-20020a05600c348900b003dcde855007mr10544101wmq.21.1675442944612; Fri, 03 Feb 2023 08:49:04 -0800 (PST) Received: from krzk-bin.. ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id i21-20020a05600c355500b003dc4b4dea31sm3503247wmq.27.2023.02.03.08.49.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Feb 2023 08:49:04 -0800 (PST) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Linus Walleij , Rob Herring , Krzysztof Kozlowski , Srinivas Kandagatla , linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH 4/5] dt-bindings: pinctrl: qcom,sc8280xp-lpass-lpi: correct gpio-ranges Date: Fri, 3 Feb 2023 17:48:53 +0100 Message-Id: <20230203164854.390080-4-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230203164854.390080-1-krzysztof.kozlowski@linaro.org> References: <20230203164854.390080-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The SC8280XP LPASS pin controller has GPIOs 0-18, so correct the number of GPIOs in gpio-ranges. Signed-off-by: Krzysztof Kozlowski --- .../bindings/pinctrl/qcom,sc8280xp-lpass-lpi-pinctrl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-lpass-lpi-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-lpass-lpi-pinctrl.yaml index 9a3f1fb8c2f7..200b3b6ccd87 100644 --- a/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-lpass-lpi-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-lpass-lpi-pinctrl.yaml @@ -134,7 +134,7 @@ examples: clock-names = "core", "audio"; gpio-controller; #gpio-cells = <2>; - gpio-ranges = <&lpi_tlmm 0 0 18>; + gpio-ranges = <&lpi_tlmm 0 0 19>; dmic01-state { dmic01-clk-pins {