]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/rpmsg.git/commitdiff
ARM: dts: dra7: Add MPU OPP supply node
authorDave Gerlach <d-gerlach@ti.com>
Tue, 19 Dec 2017 15:24:20 +0000 (09:24 -0600)
committerTony Lindgren <tony@atomide.com>
Thu, 21 Dec 2017 15:52:00 +0000 (07:52 -0800)
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>
arch/arm/boot/dts/dra7.dtsi

index 255e0e4908b863e7bebf0ddeb76a9d3a308741bd..f2ead80c0f4d5dd0bc06dff00497c0b555c1ecf3 100644 (file)
                        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 {