From patchwork Wed Feb 1 15:51:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 649271 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 40E8DC05027 for ; Wed, 1 Feb 2023 15:51:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232805AbjBAPvt (ORCPT ); Wed, 1 Feb 2023 10:51:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56088 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232389AbjBAPv1 (ORCPT ); Wed, 1 Feb 2023 10:51:27 -0500 Received: from mail-wr1-x42f.google.com (mail-wr1-x42f.google.com [IPv6:2a00:1450:4864:20::42f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E8C7975192 for ; Wed, 1 Feb 2023 07:51:22 -0800 (PST) Received: by mail-wr1-x42f.google.com with SMTP id t7so9385346wrp.5 for ; Wed, 01 Feb 2023 07:51:22 -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=bFn0z0++9NFRixQfP7nx/jtqdYQ6B+ogjd9YxGTGxb4=; b=aFeddXUJelzWwfyWY2hrE4TKzVVDJtTdWNcklqUu5YVuYSvAWhhmQsM/ndKYRHqySm 9EHHhTyjhNmZDySSBuJy87K2WwgLEQwDqzi4pHdvYfCnhUJ+0rFEqx0KWLEP4ZJztp4e goB10sdZWrwlC/x60P3Klw07ej3no0265VMkJQsV60HXC6GdylP+Dcbaj+B+jcCoaHmH l5jJFIjYHoP/HQ6gitQRmi8F38K5RzhDjBp52dkJgjIImY2ocIAKMAP3NEhurA2XuzYd +jA18fzPVQmhODyDUHhE9qPkgJS7G6bL6p7aKLy4Sm/mGa/lwUdaMAskcfH5j39WhkKq KbCQ== 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=bFn0z0++9NFRixQfP7nx/jtqdYQ6B+ogjd9YxGTGxb4=; b=JXu2XYZaMYcZYOavAtbLf0zYhoN1agohr2NN0uLbBaKRuap8RaAW2K9ZAYd0lBk75J A5455ljDrYsyTthQ2FshNMnknw+mcoNCR/1eqpJvtl2agq5SayHNJgT12dI9t2zMia5S EsUaDHHXxuDik4K/D3dmJWhyr1H0neyk3thzxBHJ++3+NVu2tNzn6ePzVFl6nnks23yv hVQ5EBwgL7zVhZjOHUfHa6cwrWi0vPn4oK0O8w3hVM/E3h7fwAR7/uAMNg80bbL/eQie gihK3YuGeOuxMjuOzVMUjclouM47fTP+bPL1bukauOhppNH3iJIprL8bFQChBs3lfS13 uwHw== X-Gm-Message-State: AO0yUKXkukkamF0GuahXipC8UOfo8Tl+gpqfkqWl0ylTPTmno+bTuPRv ZwEotBpcgPU2dM1MYhqLZIBoIg== X-Google-Smtp-Source: AK7set+O3FgHo2qkkNaclOOX6wfEzwk1cME8BsfJkKRoUaHEsmi87pzZhXkbWDDIMYii4PH7JNZSEg== X-Received: by 2002:a5d:660f:0:b0:2bf:ad43:8f08 with SMTP id n15-20020a5d660f000000b002bfad438f08mr2843436wru.14.1675266681489; Wed, 01 Feb 2023 07:51:21 -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.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 01 Feb 2023 07:51:21 -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 09/14] arm64: dts: qcom: sm6125: correct TLMM gpio-ranges Date: Wed, 1 Feb 2023 16:51:00 +0100 Message-Id: <20230201155105.282708-10-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/sm6125.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/sm6125.dtsi b/arch/arm64/boot/dts/qcom/sm6125.dtsi index 65033227718a..1b7bbef5c575 100644 --- a/arch/arm64/boot/dts/qcom/sm6125.dtsi +++ b/arch/arm64/boot/dts/qcom/sm6125.dtsi @@ -384,7 +384,7 @@ tlmm: pinctrl@500000 { reg-names = "west", "south", "east"; interrupts = ; gpio-controller; - gpio-ranges = <&tlmm 0 0 134>; + gpio-ranges = <&tlmm 0 0 133>; #gpio-cells = <2>; interrupt-controller; #interrupt-cells = <2>;