Skip to content

Commit 8c30e7c

Browse files
Anson-HuangShawn Guo
authored andcommitted
arm64: dts: imx8mn: Update VDD_ARM 1.2GHz setpoint voltage
The latest datasheet Rev. 0.1, 03/2020 removes below constrain: "If VDD_SOC/GPU/DDR = 0.95V, then VDD_ARM must be >= 0.95V." So, for 1.2GHz setpoint VDD_ARM can use its typical voltage directly. The datasheet can be downloaded from below link: https://www.nxp.com/docs/en/data-sheet/IMX8MNCEC.pdf Signed-off-by: Anson Huang <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent ac082ea commit 8c30e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx8mn.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121

122122
opp-1200000000 {
123123
opp-hz = /bits/ 64 <1200000000>;
124-
opp-microvolt = <950000>;
124+
opp-microvolt = <850000>;
125125
opp-supported-hw = <0xb00>, <0x7>;
126126
clock-latency-ns = <150000>;
127127
opp-suspend;

0 commit comments

Comments
 (0)