]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
dts: zynqmp: Add operating points
authorShubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Mon, 6 Feb 2017 06:21:00 +0000 (11:51 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 8 Feb 2017 07:14:14 +0000 (08:14 +0100)
Adding opps for zynqmp.

Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp.dtsi

index 41df83d040aa7d587ed560f962ee53dc1270c9ac..a2820682ced5705b4862c198d1d59286d2a37a3d 100644 (file)
                        compatible = "arm,cortex-a53", "arm,armv8";
                        device_type = "cpu";
                        enable-method = "psci";
+                       operating-points = <
+                               /* kHz    uV */
+                               1100000  1000000
+                                550000  1000000
+                                366666  1000000
+                                275000  1000000
+                       >;
                        reg = <0x0>;
                        cpu-idle-states = <&CPU_SLEEP_0>;
                };