arm64: dts: imx8mp: Add optional nominal drive mode DTSI
authorAhmad Fatoum <a.fatoum@pengutronix.de>
Tue, 18 Feb 2025 18:26:42 +0000 (19:26 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 11 Mar 2025 01:36:41 +0000 (09:36 +0800)
commit255fbd9eabe715b83db977232b1d6550b22f6613
tree3cbab78eb754d792317d001900e550c5abf69a24
parent9f7595b3e5ae0ead20a74a5f2a8f0434b3254ac5
arm64: dts: imx8mp: Add optional nominal drive mode DTSI

Unlike the i.MX8MM and i.MX8MN SoCs added earlier, the device tree for
the i.MX8MP configures some clocks at frequencies that are only validated
for overdrive mode, i.e. when VDD_SOC is 950 mV.

Boards may want to run their SoC at the lower voltage of 850 mV though
to reduce heat generation and power usage. For this to work, clock rates
need to adhere to the limits of the nominal drive mode.

Add an optional DTSI file which can be included by various boards to run
in this mode.

Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-nominal.dtsi [new file with mode: 0644]