diff options
| author | Lucas Stach <l.stach@pengutronix.de> | 2020-11-05 20:06:12 +0300 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2020-11-10 05:29:48 +0300 |
| commit | d19d2152ca055baf20339cfacbf039c2cfb8d936 (patch) | |
| tree | e0fb4439ea3d113036f8fb4fe6fac28ea86c9465 | |
| parent | f8b5a33707c9a19ec905d2826be0acd151997a09 (diff) | |
| download | linux-d19d2152ca055baf20339cfacbf039c2cfb8d936.tar.xz | |
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>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi b/arch/arm64/boot/dts/freescale/imx8mm.dtsi index b83f400def8b..05ee062548e4 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi @@ -129,7 +129,7 @@ opp-1600000000 { opp-hz = /bits/ 64 <1600000000>; - opp-microvolt = <900000>; + opp-microvolt = <950000>; opp-supported-hw = <0xc>, <0x7>; clock-latency-ns = <150000>; opp-suspend; |
