Commit bc69fed3 authored by Dave Gerlach's avatar Dave Gerlach Committed by Tony Lindgren

ARM: dts: dra7: Enable 1.5 GHz operation for the CPU

After ti-opp-supply driver is in place to provide AVS Class0 and abb
regulator scaling support let's enable 1.5GHz for the cpu.
Signed-off-by: default avatarDave Gerlach <d-gerlach@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent dbef1964
...@@ -116,6 +116,13 @@ opp_od-1176000000 { ...@@ -116,6 +116,13 @@ opp_od-1176000000 {
opp-supported-hw = <0xFF 0x02>; opp-supported-hw = <0xFF 0x02>;
}; };
opp_high@1500000000 {
opp-hz = /bits/ 64 <1500000000>;
opp-microvolt = <1210000 950000 1250000>,
<1210000 950000 1250000>;
opp-supported-hw = <0xFF 0x04>;
};
}; };
/* /*
......
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