Skip to content

Commit 54d6477

Browse files
MrVanShawn Guo
authored andcommitted
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: d7bfba7 ("ARM: dts: imx7d: Update cpufreq OPP table") Cc: Leonard Crestez <[email protected]> Signed-off-by: Peng Fan <[email protected]> Reviewed-by: Leonard Crestez <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 512a928 commit 54d6477

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm/boot/dts/imx7d.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,23 @@
4444
opp-hz = /bits/ 64 <792000000>;
4545
opp-microvolt = <1000000>;
4646
clock-latency-ns = <150000>;
47-
opp-supported-hw = <0xd>, <0xf>;
47+
opp-supported-hw = <0xd>, <0x7>;
4848
opp-suspend;
4949
};
5050

5151
opp-996000000 {
5252
opp-hz = /bits/ 64 <996000000>;
5353
opp-microvolt = <1100000>;
5454
clock-latency-ns = <150000>;
55-
opp-supported-hw = <0xc>, <0xf>;
55+
opp-supported-hw = <0xc>, <0x7>;
5656
opp-suspend;
5757
};
5858

5959
opp-1200000000 {
6060
opp-hz = /bits/ 64 <1200000000>;
6161
opp-microvolt = <1225000>;
6262
clock-latency-ns = <150000>;
63-
opp-supported-hw = <0x8>, <0xf>;
63+
opp-supported-hw = <0x8>, <0x3>;
6464
opp-suspend;
6565
};
6666
};

0 commit comments

Comments
 (0)