From: Krzysztof Kozlowski <krzk@kernel.org>
To: Nickolay Goppen <setotau@mainlining.org>,
Bjorn Andersson <andersson@kernel.org>,
Linus Walleij <linus.walleij@linaro.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
~postmarketos/upstreaming@lists.sr.ht, linux@mainlining.org,
Nickolay Goppen <setotau@yandex.ru>,
Richard Acayan <mailingradian@gmail.com>
Subject: Re: [PATCH v5 2/3] dt-bindings: pinctrl: qcom: Add SDM660 LPI pinctrl
Date: Wed, 3 Sep 2025 16:14:52 +0200 [thread overview]
Message-ID: <23267241-e3ac-4475-a828-fb581133e475@kernel.org> (raw)
In-Reply-To: <20250903-sdm660-lpass-lpi-v5-2-fe171098b6a1@mainlining.org>
On 03/09/2025 15:39, Nickolay Goppen wrote:
> +
> +examples:
> + - |
> + lpi_tlmm: pinctrl@15070000 {
> + compatible = "qcom,sdm660-lpass-lpi-pinctrl";
> + reg = <0x15070000 0x20000>;
> + gpio-controller;
> + #gpio-cells = <2>;
> + gpio-ranges = <&lpi_tlmm 0 0 32>;
> +
> + cdc_pdm_default: cdc-pdm-default-state {
> + clk-pins {
Messed indentation. Keep four spaces.
> + pins = "gpio18";
> + function = "pdm_clk";
> + drive-strength = <8>;
> + output-high;
> + };
> +
> + sync-pins{
> + pins = "gpio19";
> + function = "pdm_sync";
> + drive-strength = <4>;
> + output-high;
> + };
> +
> + tx-pins {
> + pins = "gpio20";
> + function = "pdm_tx";
> + drive-strength = <8>;
> + };
> +
> + rx-pins {
> + pins = "gpio21", "gpio23", "gpio25";
> + function = "pdm_rx";
> + drive-strength = <4>;
> + output-high;
> + };
> + };
> +
> + cdc_comp_default: cdc-comp-default-state {
> + pins = "gpio22", "gpio24";
Also here.
With these fixed:
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
next prev parent reply other threads:[~2025-09-03 14:14 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-03 13:39 [PATCH v5 0/3] Add SDM660 LPASS LPI TLMM Nickolay Goppen
2025-09-03 13:39 ` [PATCH v5 1/3] pinctrl: qcom: lpass-lpi: Add ability to use custom pin offsets Nickolay Goppen
2025-09-04 9:05 ` Konrad Dybcio
2025-09-03 13:39 ` [PATCH v5 2/3] dt-bindings: pinctrl: qcom: Add SDM660 LPI pinctrl Nickolay Goppen
2025-09-03 14:14 ` Krzysztof Kozlowski [this message]
2025-09-03 13:39 ` [PATCH v5 3/3] pinctrl: qcom: Add SDM660 LPASS LPI TLMM Nickolay Goppen
2025-09-03 21:23 ` Richard Acayan
2025-09-04 9:05 ` Konrad Dybcio
2025-09-08 12:18 ` [PATCH v5 0/3] " Linus Walleij
2025-09-08 12:19 ` Nickolay Goppen
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=23267241-e3ac-4475-a828-fb581133e475@kernel.org \
--to=krzk@kernel.org \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.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=linux@mainlining.org \
--cc=mailingradian@gmail.com \
--cc=robh@kernel.org \
--cc=setotau@mainlining.org \
--cc=setotau@yandex.ru \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.