From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-oi1-f171.google.com (mail-oi1-f171.google.com [209.85.167.171]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 52FE5115; Wed, 13 Dec 2023 10:40:39 -0800 (PST) Received: by mail-oi1-f171.google.com with SMTP id 5614622812f47-3b9e6262fccso4483084b6e.3; Wed, 13 Dec 2023 10:40:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702492838; x=1703097638; 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=ZZqgf+NEHlDMkFq7LELFGKj9ja6j83ZZDIMHua0p/B0=; b=qlLjtYHhnM0Txdsla4MPj3eL0rPRY20LjwddVj7d1BORGiPxnYYPgSx0Z+z1sHFpcy EbuE998Vtk2NcWDSBVXJEsm7m+y4SUpErnQr2XHFNFVShR3K+5Z8Tze1ANAMsvmwDFWp YftKI933lJal0OZgNLKwGzDIb35ipTJ9Y9q2Fc5/gthETWXj0ygLmM4ZdtQz7OCyeO2U jn1SGFt3phnsSmmJd/PIKXiXys4JwIrrIM3JWOMu3ZllzfB6uaCrD/PEDK5Y2pokvyfC NhxGpIxlF1AZgw5zFWbkmMTEFdKuv0XZluSiWBd9bX4J54Lka3eLeZUye0kKc7kHmvQs B2hQ== X-Gm-Message-State: AOJu0Yzs+xEKWaZk2a2rgCjSD+t/GFVX93P20d66BWyR6ztD2+4yE/4l yCJIEtB8euivItAv+JDNYQ== X-Google-Smtp-Source: AGHT+IHtDotQAiV0YdzAJz3QxciCuKH8qD00YpcKsOvdg7C0hMME/WleZlH6/RTbjinwJZngn0GRIg== X-Received: by 2002:a05:6808:1312:b0:3b8:b2c0:e30e with SMTP id y18-20020a056808131200b003b8b2c0e30emr11800606oiv.40.1702492838564; Wed, 13 Dec 2023 10:40:38 -0800 (PST) Received: from herring.priv (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id 6-20020aca0f06000000b003b8b28a3ef6sm3034972oip.14.2023.12.13.10.40.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Dec 2023 10:40:37 -0800 (PST) Received: (nullmailer pid 1699435 invoked by uid 1000); Wed, 13 Dec 2023 18:40:36 -0000 Date: Wed, 13 Dec 2023 12:40:36 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: Andy Gross , Rob Herring , Abel Vesa , Bartosz Golaszewski , devicetree@vger.kernel.org, Shawn Guo , linux-gpio@vger.kernel.org, Bjorn Andersson , Stephan Gerhold , Rajendra Nayak , Danila Tikhonov , linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Richard Acayan , Rohit Agarwal , linux-arm-msm@vger.kernel.org, Conor Dooley , Konrad Dybcio , Iskren Chernev , Melody Olvera , Martin Botka , Srinivas Kandagatla , krishna Lanka , Vinod Koul , Linus Walleij Subject: Re: [PATCH 05/10] dt-bindings: pinctrl: qcom,sm8550-tlmm: restrict number of interrupts Message-ID: <170249283593.1699383.3944942647536894581.robh@kernel.org> References: <20231208215534.195854-1-krzysztof.kozlowski@linaro.org> <20231208215534.195854-5-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-5-krzysztof.kozlowski@linaro.org> On Fri, 08 Dec 2023 22:55:29 +0100, Krzysztof Kozlowski wrote: > SM8550 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,sm8550-tlmm.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring