ARM: dts: imx7d: Correct speed grading fuse settings

The 800MHz opp speed grading fuse mask should be 0xd instead
of 0xf according to fuse map definition:

SPEED_GRADING[1:0]	MHz
	00		800
	01		500
	10		1000
	11		1200

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Anson Huang 2019-09-12 10:56:31 +08:00 committed by Shawn Guo
parent e52928e8d5
commit f7429d5c27

View File

@ -43,7 +43,7 @@ opp-792000000 {
opp-hz = /bits/ 64 <792000000>; opp-hz = /bits/ 64 <792000000>;
opp-microvolt = <1000000>; opp-microvolt = <1000000>;
clock-latency-ns = <150000>; clock-latency-ns = <150000>;
opp-supported-hw = <0xf>, <0xf>; opp-supported-hw = <0xd>, <0xf>;
}; };
opp-996000000 { opp-996000000 {