public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: 张烨 <ye.zhang@rock-chips.com>
Cc: Linus Walleij <linus.walleij@linaro.org>,
	Heiko Stuebner <heiko@sntech.de>,
	Bartosz Golaszewski <brgl@bgdev.pl>,
	Rob Herring <robh@kernel.org>, krzk+dt <krzk+dt@kernel.org>,
	conor+dt <conor+dt@kernel.org>,
	linux-gpio <linux-gpio@vger.kernel.org>,
	devicetree <devicetree@vger.kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	linux-rockchip <linux-rockchip@lists.infradead.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	"tao.huang" <tao.huang@rock-chips.com>
Subject: Re: [PATCH v4 7/7] ARM: dts: rockchip: rk3506: Add pinctrl and rmio dtsi for rk3506
Date: Mon, 29 Dec 2025 09:47:54 +0100	[thread overview]
Message-ID: <57d27a43-4c3a-415b-b633-3d52c9f96f5a@kernel.org> (raw)
In-Reply-To: <AGkAtwAtJy-UDFfi3M2RSaqR.3.1766993111418.Hmail.ye.zhang@rock-chips.com>

On 29/12/2025 08:25, 张烨 wrote:
> 在 2025/12/28 18:37, Krzysztof Kozlowski 写道:
> &gt; On 27/12/2025 12:49, Ye Zhang wrote:
> &gt;&gt; +		/omit-if-no-ref/
> &gt;&gt; +		rm_io28_touch_key_in6: rm-io28-touch-key-in6 {
> &gt;&gt; +			rockchip,pins =
> &gt;&gt; +				&lt;1 RK_PC3 7 &amp;pcfg_pull_none&gt;;
> &gt;&gt; +			rockchip,rmio-pins =
> &gt;&gt; +				&lt;0 28 49&gt;;
> &gt;&gt; +		};
> &gt;&gt; +
> &gt;&gt; +		/omit-if-no-ref/
> &gt;&gt; +		rm_io28_touch_key_in7: rm-io28-touch-key-in7 {
> &gt;&gt; +			rockchip,pins =
> &gt;&gt; +				&lt;1 RK_PC3 7 &amp;pcfg_pull_none&gt;;
> &gt;&gt; +			rockchip,rmio-pins =
> &gt;&gt; +				&lt;0 28 50&gt;;
> &gt;&gt; +		};
> &gt;&gt; +
> &gt;&gt; +		/omit-if-no-ref/
> &gt;&gt; +		rm_io28_sai0_mclk: rm-io28-sai0-mclk {
> &gt;&gt; +			rockchip,pins =
> &gt;&gt; +				&lt;1 RK_PC3 7 &amp;pcfg_pull_none&gt;;
> &gt;&gt; +			rockchip,rmio-pins =
> &gt;&gt; +				&lt;0 28 51&gt;;
> &gt;&gt; +		};
> &gt;&gt; +
> &gt;&gt; +		/omit-if-no-ref/
> &gt;&gt; +		rm_io28_sai0_sclk: rm-io28-sai0-sclk {
> &gt;&gt; +			rockchip,pins =
> &gt;&gt; +				&lt;1 RK_PC3 7 &amp;pcfg_pull_none&gt;;
> &gt;&gt; +			rockchip,rmio-pins =
> &gt;&gt; +				&lt;0 28 52&gt;;
> &gt;&gt; +		};
> &gt;&gt; +
> &gt;&gt; +		/omit-if-no-ref/
> &gt;&gt; +		rm_io28_sai0_lrck: rm-io28-sai0-lrck {
> &gt;&gt; +			rockchip,pins =
> &gt;&gt; +				&lt;1 RK_PC3 7 &amp;pcfg_pull_none&gt;;
> &gt;&gt; +			rockchip,rmio-pins =
> &gt;&gt; +				&lt;0 28 53&gt;;
> &gt;&gt; +		};
> &gt;&gt; +
> &gt;&gt; +		/omit-if-no-ref/
> &gt;&gt; +		rm_io28_sai0_sdi0: rm-io28-sai0-sdi0 {
> &gt;&gt; +			rockchip,pins =
> &gt;&gt; +				&lt;1 RK_PC3 7 &amp;pcfg_pull_none&gt;;
> &gt;&gt; +			rockchip,rmio-pins =
> &gt;&gt; +				&lt;0 28 54&gt;;
> &gt;&gt; +		};
> &gt;
> &gt; Why are you defining all pins? This is wrong, your driver has to do it,
> &gt; not DTS. All these definitions when not used are just pointless.
> &gt;

Don't send HTML to us. I cannot parse above.

Best regards,
Krzysztof

  reply	other threads:[~2025-12-29  8:48 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-27 11:49 [PATCH v4 0/7] pinctrl: rockchip: Add RK3506 and RV1126B pinctrl and RMIO support Ye Zhang
2025-12-27 11:49 ` [PATCH v4 1/7] dt-bindings: pinctrl: Add rv1126b pinctrl support Ye Zhang
2025-12-28 10:30   ` Krzysztof Kozlowski
2025-12-27 11:49 ` [PATCH v4 2/7] pinctrl: rockchip: " Ye Zhang
2025-12-27 11:49 ` [PATCH v4 3/7] arm64: dts: rockchip: rv1126b: Add pinconf and pinctrl dtsi for rv1126b Ye Zhang
2026-01-04 11:54   ` Linus Walleij
2025-12-27 11:49 ` [PATCH v4 4/7] gpio: rockchip: support new version GPIO Ye Zhang
2025-12-27 11:49 ` [PATCH v4 5/7] dt-bindings: pinctrl: rockchip: Add rk3506 rmio support Ye Zhang
2025-12-28 10:37   ` Krzysztof Kozlowski
2025-12-31 10:12     ` Ye Zhang
2026-01-04 11:48   ` Linus Walleij
2025-12-27 11:49 ` [PATCH v4 6/7] pinctrl: rockchip: Add RK3506 RMIO support Ye Zhang
2025-12-27 11:49 ` [PATCH v4 7/7] ARM: dts: rockchip: rk3506: Add pinctrl and rmio dtsi for rk3506 Ye Zhang
2025-12-28 10:37   ` Krzysztof Kozlowski
2025-12-29  7:25     ` 张烨
2025-12-29  8:47       ` Krzysztof Kozlowski [this message]
2025-12-31  8:12     ` Ye Zhang
2026-01-04 12:07       ` Linus Walleij
     [not found]     ` <543e7200-2126-490a-a7a8-4898362a910d@rock-chips.com>
2026-02-08 10:31       ` Krzysztof Kozlowski
2026-01-04 12:00   ` Linus Walleij

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=57d27a43-4c3a-415b-b633-3d52c9f96f5a@kernel.org \
    --to=krzk@kernel.org \
    --cc=brgl@bgdev.pl \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=krzk+dt@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=robh@kernel.org \
    --cc=tao.huang@rock-chips.com \
    --cc=ye.zhang@rock-chips.com \
    /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