Commit 1cf99ee0 authored by Ahmad Fatoum's avatar Ahmad Fatoum Committed by Shawn Guo
Browse files

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: default avatarAhmad Fatoum <a.fatoum@pengutronix.de>
Reviewed-by: default avatarPeng Fan <peng.fan@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 3e09fbc7
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: (GPL-2.0 OR MIT)

#include "imx8mp.dtsi"
#include "imx8mp-nominal.dtsi"

#include <dt-bindings/leds/common.h>

@@ -255,8 +256,8 @@ pmic@25 {
		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 = <&reg_5v_p>;
				regulator-boot-on;
				regulator-always-on;