Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: imx8mm: fix voltage for 1.6GHz CPU operating point

The datasheet for both the industrial and consumer variant of the
SoC lists a typical voltage of 0.95V for the 1.6GHz CPU operating
point.

Fixes: e85c9d0faa75 (arm64: dts: imx8mm: Add cpufreq properties)
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Lucas Stach and committed by
Shawn Guo
d19d2152 f8b5a337

+1 -1
+1 -1
arch/arm64/boot/dts/freescale/imx8mm.dtsi
··· 129 129 130 130 opp-1600000000 { 131 131 opp-hz = /bits/ 64 <1600000000>; 132 - opp-microvolt = <900000>; 132 + opp-microvolt = <950000>; 133 133 opp-supported-hw = <0xc>, <0x7>; 134 134 clock-latency-ns = <150000>; 135 135 opp-suspend;