mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Konrad Dybcio <konrad.dybcio@somainline.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 03/15] arm64: dts: qcom: sc8280xp: align TLMM pin configuration with DT schema
Date: Tue, 27 Sep 2022 14:34:15 +0200	[thread overview]
Message-ID: <cfd28ebb-3ce1-7bec-3ae4-fe482d46ddab@somainline.org> (raw)
In-Reply-To: <20220925110608.145728-4-krzysztof.kozlowski@linaro.org>



On 25.09.2022 13:05, Krzysztof Kozlowski wrote:
> DT schema expects TLMM pin configuration nodes to be named with
> '-state' suffix and their optional children with '-pins' suffix.
> 
>   qcom/sc8280xp-crd.dtb: pinctrl@f100000: kybd-default-state: 'oneOf' conditional failed, one must be fixed:
>     'pins' is a required property
>     'function' is a required property
>     'disable', 'int-n', 'reset' do not match any of the regexes: 'pinctrl-[0-9]+'
>     'disable', 'int-n', 'reset' do not match any of the regexes: '-pins$', 'pinctrl-[0-9]+'
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>

Konrad
>  arch/arm64/boot/dts/qcom/sc8280xp-crd.dts            | 12 ++++++------
>  .../boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts  | 12 ++++++------
>  2 files changed, 12 insertions(+), 12 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts b/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts
> index fea7d8273ccd..a2027f1d1d04 100644
> --- a/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts
> +++ b/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts
> @@ -374,19 +374,19 @@ &tlmm {
>  	gpio-reserved-ranges = <74 6>, <83 4>, <125 2>, <128 2>, <154 7>;
>  
>  	kybd_default: kybd-default-state {
> -		disable {
> +		disable-pins {
>  			pins = "gpio102";
>  			function = "gpio";
>  			output-low;
>  		};
>  
> -		int-n {
> +		int-n-pins {
>  			pins = "gpio104";
>  			function = "gpio";
>  			bias-disable;
>  		};
>  
> -		reset {
> +		reset-pins {
>  			pins = "gpio105";
>  			function = "gpio";
>  			bias-disable;
> @@ -410,7 +410,7 @@ qup2_i2c5_default: qup2-i2c5-default-state {
>  	};
>  
>  	tpad_default: tpad-default-state {
> -		int-n {
> +		int-n-pins {
>  			pins = "gpio182";
>  			function = "gpio";
>  			bias-disable;
> @@ -418,13 +418,13 @@ int-n {
>  	};
>  
>  	ts0_default: ts0-default-state {
> -		int-n {
> +		int-n-pins {
>  			pins = "gpio175";
>  			function = "gpio";
>  			bias-disable;
>  		};
>  
> -		reset-n {
> +		reset-n-pins {
>  			pins = "gpio99";
>  			function = "gpio";
>  			output-high;
> diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
> index b2b744bb8a53..68b61e8d03c0 100644
> --- a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
> +++ b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
> @@ -350,19 +350,19 @@ &tlmm {
>  	gpio-reserved-ranges = <70 2>, <74 6>, <83 4>, <125 2>, <128 2>, <154 7>;
>  
>  	kybd_default: kybd-default-state {
> -		disable {
> +		disable-pins {
>  			pins = "gpio102";
>  			function = "gpio";
>  			output-low;
>  		};
>  
> -		int-n {
> +		int-n-pins {
>  			pins = "gpio104";
>  			function = "gpio";
>  			bias-disable;
>  		};
>  
> -		reset {
> +		reset-pins {
>  			pins = "gpio105";
>  			function = "gpio";
>  			bias-disable;
> @@ -384,7 +384,7 @@ qup2_i2c5_default: qup2-i2c5-default-state {
>  	};
>  
>  	tpad_default: tpad-default-state {
> -		int-n {
> +		int-n-pins {
>  			pins = "gpio182";
>  			function = "gpio";
>  			bias-disable;
> @@ -392,13 +392,13 @@ int-n {
>  	};
>  
>  	ts0_default: ts0-default-state {
> -		int-n {
> +		int-n-pins {
>  			pins = "gpio175";
>  			function = "gpio";
>  			bias-disable;
>  		};
>  
> -		reset-n {
> +		reset-n-pins {
>  			pins = "gpio99";
>  			function = "gpio";
>  			output-high;

  reply	other threads:[~2022-09-27 12:42 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-25 11:05 [PATCH 00/15] pinctrl/arm64: qcom: 4th set of Qualcomm TLMM pinctrl schema warnings Krzysztof Kozlowski
2022-09-25 11:05 ` [PATCH 01/15] arm64: dts: qcom: sm8250: align TLMM pin configuration with DT schema Krzysztof Kozlowski
2022-09-27 12:33   ` Konrad Dybcio
2022-09-25 11:05 ` [PATCH 02/15] arm64: dts: qcom: sm8250-sony-xperia-edo: fix touchscreen bias-disable Krzysztof Kozlowski
2022-09-27 12:33   ` Konrad Dybcio
2022-09-25 11:05 ` [PATCH 03/15] arm64: dts: qcom: sc8280xp: align TLMM pin configuration with DT schema Krzysztof Kozlowski
2022-09-27 12:34   ` Konrad Dybcio [this message]
2022-09-25 11:05 ` [PATCH 04/15] arm64: dts: qcom: sc7280: align TLMM pin configuration with DT schema (really) Krzysztof Kozlowski
2022-09-27 12:36   ` Konrad Dybcio
2022-09-25 11:05 ` [PATCH 05/15] arm64: dts: qcom: sc7280-herobrine: correct number of gpio-line-names Krzysztof Kozlowski
2022-09-27 12:37   ` Konrad Dybcio
2022-09-25 11:05 ` [PATCH 06/15] arm64: dts: qcom: sc7280-idp-ec-h1: add missing QUP GPIO functions Krzysztof Kozlowski
2022-09-27 12:38   ` Konrad Dybcio
2022-09-25 11:06 ` [PATCH 07/15] arm64: dts: qcom: msm8953: align TLMM pin configuration with DT schema Krzysztof Kozlowski
2022-09-27 12:38   ` Konrad Dybcio
2022-09-25 11:06 ` [PATCH 08/15] arm64: dts: qcom: sdm845: " Krzysztof Kozlowski
2022-09-27 12:39   ` Konrad Dybcio
2022-09-25 11:06 ` [PATCH 09/15] arm64: dts: qcom: sm6125-sony-xperia: add missing SD CD GPIO functions Krzysztof Kozlowski
2022-09-27 12:39   ` Konrad Dybcio
2022-09-25 11:06 ` [PATCH 10/15] arm64: dts: qcom: sm6125: align TLMM pin configuration with DT schema Krzysztof Kozlowski
2022-09-27 12:39   ` Konrad Dybcio
2022-09-25 11:06 ` [PATCH 11/15] dt-bindings: pinctrl: qcom,sm8250: add gpio-reserved-ranges and gpio-line-names Krzysztof Kozlowski
2022-09-27 12:41   ` Konrad Dybcio
2022-09-27 13:54     ` Krzysztof Kozlowski
2022-09-29 20:16   ` Rob Herring
2022-09-25 11:06 ` [PATCH 12/15] dt-bindings: pinctrl: qcom,sm8250: fix matching pin config Krzysztof Kozlowski
2022-09-26  8:47   ` Krzysztof Kozlowski
2022-09-25 11:06 ` [PATCH 13/15] dt-bindings: pinctrl: qcom,sm8250: add input-enable Krzysztof Kozlowski
2022-09-29 20:16   ` Rob Herring
2022-09-25 11:06 ` [PATCH 14/15] dt-bindings: pinctrl: qcom,sc7280: add bias-bus-hold and input-enable Krzysztof Kozlowski
2022-09-29 20:17   ` Rob Herring
2022-09-25 11:06 ` [PATCH 15/15] dt-bindings: pinctrl: qcom,sc7280: correct number of GPIOs Krzysztof Kozlowski
2022-09-29 20:17   ` Rob Herring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cfd28ebb-3ce1-7bec-3ae4-fe482d46ddab@somainline.org \
    --to=konrad.dybcio@somainline.org \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®