Merge branch 'sprd/dt' into next/dt
[linux-2.6-block.git] / arch / arm / boot / dts / berlin2q.dtsi
index 516a7ce257915d637f47ea26883ec69e90b406d2..99d6872a6dfcca9f9abd21ca21fbfa0f11ae6d52 100644 (file)
                        device_type = "cpu";
                        next-level-cache = <&l2>;
                        reg = <1>;
+
+                       clocks = <&chip_clk CLKID_CPU>;
+                       clock-latency = <100000>;
+                       /* Can be modified by the bootloader */
+                       operating-points = <
+                               /* kHz    uV */
+                               1200000 1200000
+                               1000000 1200000
+                               800000  1200000
+                               600000  1200000
+                       >;
                };
 
                cpu2: cpu@2 {
                        device_type = "cpu";
                        next-level-cache = <&l2>;
                        reg = <2>;
+
+                       clocks = <&chip_clk CLKID_CPU>;
+                       clock-latency = <100000>;
+                       /* Can be modified by the bootloader */
+                       operating-points = <
+                               /* kHz    uV */
+                               1200000 1200000
+                               1000000 1200000
+                               800000  1200000
+                               600000  1200000
+                       >;
                };
 
                cpu3: cpu@3 {
                        device_type = "cpu";
                        next-level-cache = <&l2>;
                        reg = <3>;
+
+                       clocks = <&chip_clk CLKID_CPU>;
+                       clock-latency = <100000>;
+                       /* Can be modified by the bootloader */
+                       operating-points = <
+                               /* kHz    uV */
+                               1200000 1200000
+                               1000000 1200000
+                               800000  1200000
+                               600000  1200000
+                       >;
                };
        };