ARM: dts: Add CPU OPP and regulator supply property for Exynos3250
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 20 Oct 2014 12:08:42 +0000 (21:08 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:40:28 +0000 (13:40 +0900)
This patch add CPU operating points which include CPU frequency and regulator
voltage to use generic cpufreq-dt drivers.

Cc: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
arch/arm/boot/dts/exynos3250.dtsi

index e3bfb11..b8d92d7 100644 (file)
                        compatible = "arm,cortex-a7";
                        reg = <0>;
                        clock-frequency = <1000000000>;
+                       clocks = <&cmu CLK_DIV_CORE2>;
+                       clock-names = "cpu";
+
+                       operating-points = <
+                               1000000 1150000
+                               900000  1112500
+                               800000  1075000
+                               700000  1037500
+                               600000  1000000
+                               500000  962500
+                               400000  925000
+                               300000  887500
+                               200000  850000
+                               100000  850000
+                       >;
                };
 
                cpu1: cpu@1 {