[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <adc5287f-416d-4bb9-8ae9-b65a59b0ea93@pengutronix.de>
Date: Sun, 12 Oct 2025 17:04:26 +0200
From: Jonas Rebmann <jre@...gutronix.de>
To: Peng Fan <peng.fan@....nxp.com>
Cc: Andrew Lunn <andrew@...n.ch>, Vladimir Oltean <olteanv@...il.com>,
"David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>, Shengjiu Wang <shengjiu.wang@....com>,
Shawn Guo <shawnguo@...nel.org>, Sascha Hauer <s.hauer@...gutronix.de>,
Fabio Estevam <festevam@...il.com>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Vladimir Oltean <vladimir.oltean@....com>, netdev@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-sound@...r.kernel.org, imx@...ts.linux.dev,
linux-arm-kernel@...ts.infradead.org, David Jander <david@...tonic.nl>,
Lucas Stach <l.stach@...gutronix.de>,
Oleksij Rempel <o.rempel@...gutronix.de>
Subject: Re: [PATCH v3 3/3] arm64: dts: add Protonic PRT8ML board
Hi Peng
On 2025-10-12 04:37, Peng Fan wrote:
> On Wed, Sep 24, 2025 at 10:34:14AM +0200, Jonas Rebmann wrote:
>> +&a53_opp_table {
>> + opp-1200000000 {
>> + opp-microvolt = <900000>;
>> + };
>> +
>> + opp-1600000000 {
>> + opp-microvolt = <980000>;
>> + };
>> +
>> + /delete-node/ opp-1800000000;
>
> Why drop this?
>
The board is designed for the industrial variant of the i.MX 8M Plus and
therefore only for the 1.2GHz and 1.6GHz modes. There exist however some
units which which where assembled with the consumer variant. As the
power supply is not outfitted for their 1.8GHz mode, it must be
disabled.
I'll add a comment in v4.
>> +};
>> +
>> +&ecspi2 {
>> + pinctrl-names = "default";
>> + pinctrl-0 = <&pinctrl_ecspi2>;
>> + cs-gpios = <&gpio5 13 GPIO_ACTIVE_HIGH>;
>
>> + /delete-property/ dmas;
>> + /delete-property/ dma-names;
>
> Why remove dmas?
Sadly, in drivers/spi-imx.c we don't have proper heuristics to choose on
which chips to use dma or to use polling at which speeds and transfer
sizes. Therefore in cases where there is a high number of small
transfers, for which dma is inefficient, this way of manually disabling
dma is the only current way of meeting specific performance
requirements.
I'll add a comment in v4.
>> + status = "okay";
>> +
>> +
>> +&iomuxc {
>> +
>> + pinctrl_tps65987ddh_0: tps65987ddh_0grp {
>
> tps65987ddh_0grp - > tps65987ddh-0grp
>
>> + fsl,pins = <
>> + MX8MP_IOMUXC_GPIO1_IO12__GPIO1_IO12 0x1d0
>> + >;
>> + };
>> +
>> + pinctrl_tps65987ddh_1: tps65987ddh_1grp {
>
> tps65987ddh_1grp -> tps65987ddh-1grp
Will rename those in 4v.
Regards,
Jonas
--
Pengutronix e.K. | Jonas Rebmann |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |
Powered by blists - more mailing lists