summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/dra7.dtsi
diff options
context:
space:
mode:
authorDave Gerlach2017-12-19 16:24:20 +0100
committerTony Lindgren2017-12-21 16:52:00 +0100
commitdbef19645220ee2fb5af31672ee621cb5939e1bd (patch)
treeffc56b3b0fa3eb4a3c1166509c8ede56d41c27fd /arch/arm/boot/dts/dra7.dtsi
parentARM: dts: dra7: Add vbb-supply to cpu and additional voltages (diff)
downloadkernel-qcow2-linux-dbef19645220ee2fb5af31672ee621cb5939e1bd.tar.gz
kernel-qcow2-linux-dbef19645220ee2fb5af31672ee621cb5939e1bd.tar.xz
kernel-qcow2-linux-dbef19645220ee2fb5af31672ee621cb5939e1bd.zip
ARM: dts: dra7: Add MPU OPP supply node
Add the OPP supply node for the MPU voltage rail to provide the information needed by the ti-opp-supply driver to enable AVS Class 0. 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.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index 255e0e4908b8..f2ead80c0f4d 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -2061,6 +2061,19 @@
clocks = <&l3_iclk_div>;
clock-names = "fck";
};
+
+ opp_supply_mpu: opp-supply@4a003b20 {
+ compatible = "ti,omap5-opp-supply";
+ reg = <0x4a003b20 0xc>;
+ ti,efuse-settings = <
+ /* uV offset */
+ 1060000 0x0
+ 1160000 0x4
+ 1210000 0x8
+ >;
+ ti,absolute-max-voltage-uv = <1500000>;
+ };
+
};
thermal_zones: thermal-zones {