From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ot1-f42.google.com (mail-ot1-f42.google.com [209.85.210.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5F177186; Wed, 13 Dec 2023 10:40:48 -0800 (PST) Received: by mail-ot1-f42.google.com with SMTP id 46e09a7af769-6d9d29a2332so3331095a34.0; Wed, 13 Dec 2023 10:40:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702492847; x=1703097647; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=MkULXo4mhKcg71U73w4rkp43EOuli/ib4+NFro1doXU=; b=h4oqfXX6pYxgNqIFmdJFNGgWreDQUTU5C+FimfIbI1zSxh4JMKEKcqVay8PqDRwIJw D936Qj6QfxUeq8DegVByNNqiSOnQMRJHoPGLdCtOXUMKt/mIa9NmPACz3Zl+SCPSet5x 9eWRDWMWAiMXUk886uhX3rOGKNQYpvvZTz67TfLqKClSFXSnbsDxg5C1AmlnaNNmPxPr bssXT0rg1E17qu+doQe6OtEPahfH4wkYumkdRDwVg/V26r4IlXYFUNdCBaQLCVgvnBLL AOdOXpAndALOhdlxCEQZ3SUX3vAunFgEmMbKyhu/0Irvd7C2T+kz7TAJxbsQbQRILyyk PFEg== X-Gm-Message-State: AOJu0YwJFVY/QT3Az1epuLHJeMgK6wqJ45ZSfmoJG0bexUG1jgXGCpeS x0sQo/7RAJVEkUumGJSNIg== X-Google-Smtp-Source: AGHT+IELENIrqmlyue3dNgttQHCnHTUptGZ/xiBYpYZKegTnwRp23rEHAfgBChxnnkwfpFvLdwrpmw== X-Received: by 2002:a05:6830:641c:b0:6da:262d:123b with SMTP id cj28-20020a056830641c00b006da262d123bmr2238780otb.31.1702492847650; Wed, 13 Dec 2023 10:40:47 -0800 (PST) Received: from herring.priv (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id w5-20020a056830110500b006c619f17669sm2867203otq.74.2023.12.13.10.40.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Dec 2023 10:40:47 -0800 (PST) Received: (nullmailer pid 1699707 invoked by uid 1000); Wed, 13 Dec 2023 18:40:45 -0000 Date: Wed, 13 Dec 2023 12:40:45 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: Andy Gross , Shawn Guo , Konrad Dybcio , Rob Herring , Stephan Gerhold , linux-kernel@vger.kernel.org, Rajendra Nayak , linux-arm-msm@vger.kernel.org, Rohit Agarwal , Vinod Koul , Richard Acayan , Abel Vesa , Krzysztof Kozlowski , Bjorn Andersson , krishna Lanka , devicetree@vger.kernel.org, Danila Tikhonov , Bartosz Golaszewski , Srinivas Kandagatla , Linus Walleij , Conor Dooley , Martin Botka , Melody Olvera , Iskren Chernev , linux-gpio@vger.kernel.org Subject: Re: [PATCH 06/10] dt-bindings: pinctrl: qcom,sm8650-tlmm: restrict number of interrupts Message-ID: <170249284530.1699674.6881848735473134289.robh@kernel.org> References: <20231208215534.195854-1-krzysztof.kozlowski@linaro.org> <20231208215534.195854-6-krzysztof.kozlowski@linaro.org> Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231208215534.195854-6-krzysztof.kozlowski@linaro.org> On Fri, 08 Dec 2023 22:55:30 +0100, Krzysztof Kozlowski wrote: > SM8650 TLMM pin controller comes with only one interrupt, so narrow > the number of interrupts previously defined in common TLMM bindings. > > Signed-off-by: Krzysztof Kozlowski > --- > .../devicetree/bindings/pinctrl/qcom,sm8650-tlmm.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring