From: Marek Vasut <marex@nabladev.com>
To: Peng Fan <peng.fan@oss.nxp.com>
Cc: linux-arm-kernel@lists.infradead.org,
Fedor Ross <fedor.ross@ifm.com>,
Christian Eggers <ceggers@arri.de>,
Conor Dooley <conor+dt@kernel.org>,
Fabio Estevam <festevam@gmail.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Markus Heidelberg <m.heidelberg@cab.de>,
Rob Herring <robh@kernel.org>, Shawn Guo <shawnguo@kernel.org>,
devicetree@vger.kernel.org, imx@lists.linux.dev,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 4/4] arm64: dts: imx8mn: Add ifm VHIP4 EvalBoard v1 and v2
Date: Tue, 6 Jan 2026 17:00:58 +0100 [thread overview]
Message-ID: <d2f5b091-a9c6-428a-9d2c-ada962a4190d@nabladev.com> (raw)
In-Reply-To: <aV0eD4t5uQeAokUF@shlinux89>
On 1/6/26 3:37 PM, Peng Fan wrote:
Hello Peng,
> Sorry for jumping in at V4.
Thank you for the review.
> On Tue, Dec 30, 2025 at 10:32:34PM +0100, Marek Vasut wrote:
>> From: Fedor Ross <fedor.ross@ifm.com>
>>
> ...
>
>> +
>> +&ecspi1 {
>> + pinctrl-names = "default", "cs";
>> + pinctrl-0 = <&pinctrl_ecspi1>;
>> + pinctrl-1 = <&pinctrl_ecspi1_cs>;
>
> Not get the point of using a separate pinctrl for "cs",
> I not see driver using it, or I may miss someting.
That's a good find, I believe it should be this way, because the
pinctrl_ecspi1 is common and pinctrl_ecspi1_cs differs between v1 and v2
boards. I'll include this in V5, I hope that looks better ?
&ecspi1 {
- pinctrl-names = "default", "cs";
- pinctrl-0 = <&pinctrl_ecspi1>;
- pinctrl-1 = <&pinctrl_ecspi1_cs>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_ecspi1>, <&pinctrl_ecspi1_cs>;
/delete-property/ dmas;
/delete-property/ dma-names;
};
&ecspi3 {
- pinctrl-names = "default", "cs";
- pinctrl-0 = <&pinctrl_ecspi3>;
- pinctrl-1 = <&pinctrl_ecspi3_cs>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_ecspi3>, <&pinctrl_ecspi3_cs>;
/delete-property/ dmas;
/delete-property/ dma-names;
};
>> + /delete-property/ dmas;
>> + /delete-property/ dma-names;
>
> Why disable DMA here?
The devices on this SPI bus are slow and do only short register IO, so
setting up a DMA for that would make the register IO slower, hence PIO only.
prev parent reply other threads:[~2026-01-06 16:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-30 21:32 [PATCH v4 1/4] dt-bindings: vendor-prefixes: Document ifm electronic gmbh Marek Vasut
2025-12-30 21:32 ` [PATCH v4 2/4] dt-bindings: arm: fsl: Document ifm VHIP4 EvalBoard v1 and v2 Marek Vasut
2025-12-30 21:32 ` [PATCH v4 3/4] arm64: dts: imx8mn: Add SNVS LPGPR Marek Vasut
2026-01-06 14:08 ` Peng Fan
2025-12-30 21:32 ` [PATCH v4 4/4] arm64: dts: imx8mn: Add ifm VHIP4 EvalBoard v1 and v2 Marek Vasut
2026-01-06 14:37 ` Peng Fan
2026-01-06 16:00 ` Marek Vasut [this message]
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=d2f5b091-a9c6-428a-9d2c-ada962a4190d@nabladev.com \
--to=marex@nabladev.com \
--cc=ceggers@arri.de \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=fedor.ross@ifm.com \
--cc=festevam@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=imx@lists.linux.dev \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=m.heidelberg@cab.de \
--cc=peng.fan@oss.nxp.com \
--cc=robh@kernel.org \
--cc=shawnguo@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