Commit cd7c2ddf authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo

arm64: dts: imx8mm: Correct OPP table according to latest datasheet

According to latest datasheet (Rev.0.2, 04/2019) from below links,
1.8GHz is ONLY available for consumer part, so the market segment
bits for 1.8GHz opp should ONLY available for consumer part accordingly.

https://www.nxp.com/docs/en/data-sheet/IMX8MMIEC.pdf
https://www.nxp.com/docs/en/data-sheet/IMX8MMCEC.pdf

Fixes: f403a26c (arm64: dts: imx8mm: Add cpu speed grading and all OPPs)
Signed-off-by: default avatarAnson Huang <Anson.Huang@nxp.com>
Reviewed-by: default avatarLeonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 46b29f4b
...@@ -116,8 +116,7 @@ opp-1600000000 { ...@@ -116,8 +116,7 @@ opp-1600000000 {
opp-1800000000 { opp-1800000000 {
opp-hz = /bits/ 64 <1800000000>; opp-hz = /bits/ 64 <1800000000>;
opp-microvolt = <1000000>; opp-microvolt = <1000000>;
/* Consumer only but rely on speed grading */ opp-supported-hw = <0x8>, <0x3>;
opp-supported-hw = <0x8>, <0x7>;
clock-latency-ns = <150000>; clock-latency-ns = <150000>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment