Re: [PATCH v3 3/3] arm64: dts: add Protonic PRT8ML board
From: Jonas Rebmann <hidden>
Date: 2025-10-12 15:04:49
Also in:
imx, linux-arm-kernel, linux-devicetree, linux-sound, lkml
Hi Peng On 2025-10-12 04:37, Peng Fan wrote:
On Wed, Sep 24, 2025 at 10:34:14AM +0200, Jonas Rebmann wrote:quoted
+&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.
quoted
+}; + +&ecspi2 { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_ecspi2>; + cs-gpios = <&gpio5 13 GPIO_ACTIVE_HIGH>;quoted
+ /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.
quoted
+ status = "okay"; + + +&iomuxc { + + pinctrl_tps65987ddh_0: tps65987ddh_0grp {tps65987ddh_0grp - > tps65987ddh-0grpquoted
+ 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 |