diff options
author | Dave Gerlach <d-gerlach@ti.com> | 2017-12-19 16:24:19 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-12-21 16:52:00 +0100 |
commit | 000fb7a02c82c33de4494579c4a2b1b33fe8d6c7 (patch) | |
tree | 82f7f5f57e539ac3da56f2979f6f1767b9549f6b /arch/arm/boot/dts/dra7.dtsi | |
parent | ARM: dts: am335x-boneblue: enable can (diff) | |
download | linux-000fb7a02c82c33de4494579c4a2b1b33fe8d6c7.tar.xz linux-000fb7a02c82c33de4494579c4a2b1b33fe8d6c7.zip |
ARM: dts: dra7: Add vbb-supply to cpu and additional voltages
Add a vbb-supply phandle to the cpus node and also add an additional
triplet of voltages for each OPP in the operating-points-v2 table to
make use of the multi regulator support in the OPP core and provide the
vbb regulator for use by the ti-opp-supply driver.
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 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index 15b018986655..255e0e4908b8 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -92,6 +92,8 @@ cooling-min-level = <0>; cooling-max-level = <2>; #cooling-cells = <2>; /* min followed by max */ + + vbb-supply = <&abb_mpu>; }; }; @@ -101,14 +103,17 @@ opp_nom-1000000000 { opp-hz = /bits/ 64 <1000000000>; - opp-microvolt = <1060000 850000 1150000>; + opp-microvolt = <1060000 850000 1150000>, + <1060000 850000 1150000>; opp-supported-hw = <0xFF 0x01>; opp-suspend; }; opp_od-1176000000 { opp-hz = /bits/ 64 <1176000000>; - opp-microvolt = <1160000 885000 1160000>; + opp-microvolt = <1160000 885000 1160000>, + <1160000 885000 1160000>; + opp-supported-hw = <0xFF 0x02>; }; }; |