Commit 54d6477d authored by Peng Fan's avatar Peng Fan Committed by Shawn Guo

ARM: dts: imx7d: fix opp-supported-hw

Per i.MX7D Document Number: IMX7DCEC Rev. 6, 03/2019,
there are only consumer/industrial parts, and 1.2GHz
is only support in consumer parts.

So exclude automotive from 792/996MHz/1.2GHz and exclude
industrial from 1.2GHz.

Fixes: d7bfba72 ("ARM: dts: imx7d: Update cpufreq OPP table")
Cc: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Reviewed-by: default avatarLeonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 512a928a
...@@ -44,7 +44,7 @@ opp-792000000 { ...@@ -44,7 +44,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 = <0xd>, <0xf>; opp-supported-hw = <0xd>, <0x7>;
opp-suspend; opp-suspend;
}; };
...@@ -52,7 +52,7 @@ opp-996000000 { ...@@ -52,7 +52,7 @@ opp-996000000 {
opp-hz = /bits/ 64 <996000000>; opp-hz = /bits/ 64 <996000000>;
opp-microvolt = <1100000>; opp-microvolt = <1100000>;
clock-latency-ns = <150000>; clock-latency-ns = <150000>;
opp-supported-hw = <0xc>, <0xf>; opp-supported-hw = <0xc>, <0x7>;
opp-suspend; opp-suspend;
}; };
...@@ -60,7 +60,7 @@ opp-1200000000 { ...@@ -60,7 +60,7 @@ opp-1200000000 {
opp-hz = /bits/ 64 <1200000000>; opp-hz = /bits/ 64 <1200000000>;
opp-microvolt = <1225000>; opp-microvolt = <1225000>;
clock-latency-ns = <150000>; clock-latency-ns = <150000>;
opp-supported-hw = <0x8>, <0xf>; opp-supported-hw = <0x8>, <0x3>;
opp-suspend; opp-suspend;
}; };
}; };
......
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