From patchwork Wed Feb 1 15:51:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 650323 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 58FBCC636D3 for ; Wed, 1 Feb 2023 15:51:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232159AbjBAPvv (ORCPT ); Wed, 1 Feb 2023 10:51:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56190 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232413AbjBAPvd (ORCPT ); Wed, 1 Feb 2023 10:51:33 -0500 Received: from mail-wr1-x430.google.com (mail-wr1-x430.google.com [IPv6:2a00:1450:4864:20::430]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 283D275182 for ; Wed, 1 Feb 2023 07:51:24 -0800 (PST) Received: by mail-wr1-x430.google.com with SMTP id t18so17771518wro.1 for ; Wed, 01 Feb 2023 07:51:24 -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=4gkVO6+Tzg4fvpsjqr/AIsp9ic+ZLAa9X09QCCJKt3Q=; b=Zbom2BFz1/4u7gOdMA6fUaC6/oPny6nhUG7f4m0pQJu0XAMYXS2XkqIU7AKI27vaIM FSRQ5ezwKRETR6TQYJF4lYTFDcW6ukDO5fKitc4ogYOzw8AeBKfIpN3/V0ZWTMAT6wPN FgDWpJT7D9He/ZgdSYnsz4e7lhVK4WG7TS6v8R4JFklBahucuCNgl6jIJgpfF6LPIPQI W0nlySVv1JWLUi8go5jwfoSPADRrwN9ScvdHyunqO42pSAh75tmXMMwIm9OUgwZjKeEY BR1h44rpyjSWdCdMy1b6iw9wVc4b1bJbxEN/0X9UJHiNYQylhLkTmMeMBC46qmhYnePX uHXA== 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=4gkVO6+Tzg4fvpsjqr/AIsp9ic+ZLAa9X09QCCJKt3Q=; b=1sSPw4w9XfOt48KhgdQZkVBuTyXoxjU33Z7k7jBikrB3B0RELYpkZt3ACMzlRCE2Qt rtB2ka1yR/kERaHYIfudu9sKwNUXDaHAqmex/7H9nV8iXRfWxoWAIoieF8eWJxZuhxQO gztKfj38ylB804iOJYTVqA2PzX1rzsSDjlWPMcV/yUMuIJWZjNWeCH/TukvwPUiWXUDk a9f6Lvj5vbZRSaXz2dxYYtQuLWQZBQ5Ubv4jp711xYSL7g79clPgxWzN1YU6jBiI+24Z 8k8oKgA3bjurrKGrJX0GLATaZFAAL8jofgJCnAT1DIszVop1AkLTOgHFrFnGFMsJhtPS 4gVw== X-Gm-Message-State: AO0yUKUYdF3x/HSq/ZOxIgRstY4CVBesn58XAYlhkUf0ny1+hKavZllU s5dt/hmLA6t4Iy7OQfHwrViLLQ== X-Google-Smtp-Source: AK7set8fIhWYhFx+7oY2e4OsT6BguLoUnELED0cj3wBENsd8LHb/eqzfZ5BpErIFIaGKV/Z/HZ9F1w== X-Received: by 2002:a5d:6411:0:b0:2bf:95d6:4789 with SMTP id z17-20020a5d6411000000b002bf95d64789mr6366652wru.2.1675266682653; Wed, 01 Feb 2023 07:51:22 -0800 (PST) Received: from krzk-bin.. ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id t1-20020adfe441000000b002bfd524255esm14816189wrm.43.2023.02.01.07.51.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 01 Feb 2023 07:51:22 -0800 (PST) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [RFT PATCH 10/14] arm64: dts: qcom: sm6350: correct TLMM gpio-ranges Date: Wed, 1 Feb 2023 16:51:01 +0100 Message-Id: <20230201155105.282708-11-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230201155105.282708-1-krzysztof.kozlowski@linaro.org> References: <20230201155105.282708-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Correct the number of GPIOs in TLMM pin controller. Signed-off-by: Krzysztof Kozlowski --- arch/arm64/boot/dts/qcom/sm6350.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/sm6350.dtsi b/arch/arm64/boot/dts/qcom/sm6350.dtsi index 8224adb99948..317ed9bd3507 100644 --- a/arch/arm64/boot/dts/qcom/sm6350.dtsi +++ b/arch/arm64/boot/dts/qcom/sm6350.dtsi @@ -1511,7 +1511,7 @@ tlmm: pinctrl@f100000 { #gpio-cells = <2>; interrupt-controller; #interrupt-cells = <2>; - gpio-ranges = <&tlmm 0 0 157>; + gpio-ranges = <&tlmm 0 0 156>; sdc2_off_state: sdc2-off-state { clk-pins {