* [PATCH] ARM: dts: imx6ull-dhcor: Remove 900MHz operating point
@ 2023-12-21 16:46 Christoph Niedermaier
2024-02-05 5:51 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Christoph Niedermaier @ 2023-12-21 16:46 UTC (permalink / raw)
To: linux-arm-kernel
Cc: Christoph Niedermaier, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Shawn Guo, Marek Vasut, Fabio Estevam,
NXP Linux Team, kernel, devicetree, linux-kernel
Due to CPU lifetime consideration of the SoC manufacturer [1] and
the preferred area of operation in the industrial related
environment, set the maximum frequency for each DHCOM i.MX6ULL to
792MHz, as with the industrial type. This is done by removing the
operating point at 900MHz and set the clock-frequency to 792000000.
[1] https://www.nxp.com/docs/en/application-note/AN5337.pdf
Signed-off-by: Christoph Niedermaier <cniedermaier@dh-electronics.com>
---
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <festevam@denx.de>
Cc: NXP Linux Team <linux-imx@nxp.com>
Cc: kernel@dh-electronics.com
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
To: linux-arm-kernel@lists.infradead.org
---
arch/arm/boot/dts/nxp/imx/imx6ull-dhcor-som.dtsi | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/nxp/imx/imx6ull-dhcor-som.dtsi b/arch/arm/boot/dts/nxp/imx/imx6ull-dhcor-som.dtsi
index 45315adfaa86..75486e1b0c15 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6ull-dhcor-som.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imx6ull-dhcor-som.dtsi
@@ -28,10 +28,14 @@
/*
* Due to the design as a solderable SOM, there are no capacitors
* below the SoC, therefore higher voltages are required.
+ * Due to CPU lifetime consideration of the SoC manufacturer and
+ * the preferred area of operation in the industrial related
+ * environment, set the maximum frequency for each DHCOM i.MX6ULL
+ * to 792MHz, as with the industrial type.
*/
+ clock-frequency = <792000000>;
operating-points = <
/* kHz uV */
- 900000 1275000
792000 1250000 /* Voltage increased */
528000 1175000
396000 1025000
@@ -39,7 +43,6 @@
>;
fsl,soc-operating-points = <
/* KHz uV */
- 900000 1250000
792000 1250000 /* Voltage increased */
528000 1175000
396000 1175000
--
2.11.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: dts: imx6ull-dhcor: Remove 900MHz operating point
2023-12-21 16:46 [PATCH] ARM: dts: imx6ull-dhcor: Remove 900MHz operating point Christoph Niedermaier
@ 2024-02-05 5:51 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2024-02-05 5:51 UTC (permalink / raw)
To: Christoph Niedermaier
Cc: linux-arm-kernel, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Shawn Guo, Marek Vasut, Fabio Estevam, NXP Linux Team, kernel,
devicetree, linux-kernel
On Thu, Dec 21, 2023 at 05:46:33PM +0100, Christoph Niedermaier wrote:
> Due to CPU lifetime consideration of the SoC manufacturer [1] and
> the preferred area of operation in the industrial related
> environment, set the maximum frequency for each DHCOM i.MX6ULL to
> 792MHz, as with the industrial type. This is done by removing the
> operating point at 900MHz and set the clock-frequency to 792000000.
>
> [1] https://www.nxp.com/docs/en/application-note/AN5337.pdf
>
> Signed-off-by: Christoph Niedermaier <cniedermaier@dh-electronics.com>
Applied, thanks!
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-05 5:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-21 16:46 [PATCH] ARM: dts: imx6ull-dhcor: Remove 900MHz operating point Christoph Niedermaier
2024-02-05 5:51 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).