From: Ahmad Fatoum Date: Tue, 18 Feb 2025 18:26:45 +0000 (+0100) Subject: arm64: dts: freescale: imx8mp-skov: operate SoC in nominal mode X-Git-Tag: v6.15-rc1~159^2~16^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1cf99ee00d5a1e38401be2ea409305ff3d11778e;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: freescale: imx8mp-skov: operate SoC in nominal mode To reduce heat generation, the Skov i.MX8MP boards should run in nominal drive mode with a VDD_SOC voltage of 850 mV. At this operating point, not all frequencies that are achievable with overdrive mode are possible, so import imx8mp-nominal.dtsi to clock down the clocks. Signed-off-by: Ahmad Fatoum Reviewed-by: Peng Fan Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8mp-skov-reva.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-skov-reva.dtsi index ec7857db7bf02..b5e34e9d5a908 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-skov-reva.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp-skov-reva.dtsi @@ -1,6 +1,7 @@ // SPDX-License-Identifier: (GPL-2.0 OR MIT) #include "imx8mp.dtsi" +#include "imx8mp-nominal.dtsi" #include @@ -255,8 +256,8 @@ regulators { reg_vdd_soc: BUCK1 { regulator-name = "VDD_SOC"; - regulator-min-microvolt = <600000>; - regulator-max-microvolt = <2187500>; + regulator-min-microvolt = <850000>; + regulator-max-microvolt = <850000>; vin-supply = <®_5v_p>; regulator-boot-on; regulator-always-on;