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 922E6C05027 for ; Thu, 2 Feb 2023 10:39:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231860AbjBBKjb (ORCPT ); Thu, 2 Feb 2023 05:39:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38796 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232614AbjBBKj2 (ORCPT ); Thu, 2 Feb 2023 05:39:28 -0500 Received: from mail-wr1-x431.google.com (mail-wr1-x431.google.com [IPv6:2a00:1450:4864:20::431]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E1A15709BB for ; Thu, 2 Feb 2023 02:39:20 -0800 (PST) Received: by mail-wr1-x431.google.com with SMTP id h16so1245098wrz.12 for ; Thu, 02 Feb 2023 02:39:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:cc:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=E16wygEHabf7g5WwgI/WeZjDwUEJd7wtPZx3B4LLZ6Q=; b=DX1bgzezZkwhczfa75PPliTCZT/jhNaclYJe9hDbK7yfKE/BbuQ/+8BoISuTUUSWmc UaR5aST3E5QlSNPcchS2ENKKIws4tGPsRY1+QWmuD80CclfjSdOapU2cAG1USa1iQ4HN Stx3VTwCvJ63sfghhPJ3q+SNDEWcm/ofoxiz00IdYHvVKw7L3wRzpQKPws4/WQQ13S97 Z+IlcEoxlAdiV/s9xqPyrKCFY27GRP4o6RcgIqLtr5/fDVjV48h5nijYk8s4rBKbRKt2 EFczsYyV1UIxJuAejf0PgLLfGGIUk2a8CvcROQ2aVRV8ZHKTlv13QS6LLLqhcpNkEC99 uxVA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:cc:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=E16wygEHabf7g5WwgI/WeZjDwUEJd7wtPZx3B4LLZ6Q=; b=EIEo5CD6/+u0zeTSZ7f7+u6zNrdDUEBDlL3m5qq13jVDH2MZmu5C583g0IKRgjChEH sYNsCPWpF4f3rKCFA8MD3C0uQRAUiwMJVoaMkr/RGI3js2v0ta41aWdArP9wPypxb1CH NgM4FCsVm73me0+ZL22J+LGftl97d9MooxI4p/Lh1xKSL9FsPv4PAB1JEMcV95Dh2vDb GOVkfexds/UMI2Lb5bzSQdWZet7Tfpm5sj2H/WXdsp7CJ3QY9NJ9/7hvGt2ofGRSuagZ jKLBWXOE+VlKFpXY9D9mMRax1ePzWPBOktNUofHE8oOKm8jMctreBVhfJDyfyJJvgNxM nYZw== X-Gm-Message-State: AO0yUKUdJNUjeEvoG86ed3K6x3h9gUPmZettrUeoj60muvKw+zwJnu/I w2aCgBtrzgveUsFvZ6AlB2yR1w== X-Google-Smtp-Source: AK7set++iSIEmdZMwcH5G08gFH9wtE/hZDXBIYxoWjMEBG7Kiw/IZAeL/6eb/huO7D1KeqzaYqsBhw== X-Received: by 2002:a5d:6b89:0:b0:2bf:b571:1f18 with SMTP id n9-20020a5d6b89000000b002bfb5711f18mr5692034wrx.61.1675334358663; Thu, 02 Feb 2023 02:39:18 -0800 (PST) Received: from [192.168.1.109] ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id a4-20020adffb84000000b002bc7f64efa3sm19235865wrr.29.2023.02.02.02.39.17 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 02 Feb 2023 02:39:18 -0800 (PST) Message-ID: <3481774e-2494-447b-a3ce-0267de296e5f@linaro.org> Date: Thu, 2 Feb 2023 11:39:17 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [RFT PATCH 00/14] ARM/arm64: dts: qcom: correct TLMM gpio-ranges Content-Language: en-US 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 References: <20230201155105.282708-1-krzysztof.kozlowski@linaro.org> Cc: Stephan Gerhold From: Krzysztof Kozlowski In-Reply-To: <20230201155105.282708-1-krzysztof.kozlowski@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 01/02/2023 16:50, Krzysztof Kozlowski wrote: > Hi, > > Correct the number of GPIOs in TLMM pin controller. > > I really hope I got it right... The last number of gpio-ranges is the number of > GPIOs. See: Documentation/devicetree/bindings/gpio/gpio.txt > > The examples in bindings were fixed here: > https://lore.kernel.org/linux-arm-msm/20230201153019.269718-1-krzysztof.kozlowski@linaro.org/T/#t > > Not realy tested, but I do not expect troubles, unless I missed some obvious > stuff (like a number in pinctrl driver). > As pointed out by Stephan, this is mostly incorrect and needs fixes. There will be a v2. Best regards, Krzysztof