diff options
author | Dave Gerlach <d-gerlach@ti.com> | 2017-12-19 18:24:21 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-12-21 18:52:00 +0300 |
commit | bc69fed3ebf1df10429b43d7cc4bd455b8064acb (patch) | |
tree | 9979f5aece1ac7d2b687a599db54a8382a158f5e /arch/arm/boot/dts/dra7.dtsi | |
parent | dbef19645220ee2fb5af31672ee621cb5939e1bd (diff) | |
download | linux-bc69fed3ebf1df10429b43d7cc4bd455b8064acb.tar.xz |
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: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra7.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index f2ead80c0f4d..c4d1fffea8ba 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -116,6 +116,13 @@ 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>; + }; }; /* |