ARM: dts: Add CPU OPP and regulator supply property for Exynos4415
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 16 Jan 2015 06:23:06 +0000 (15:23 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:40:27 +0000 (13:40 +0900)
This patch add CPU operating points which include CPU frequency and regulator
voltage to use generic cpufreq-dt driver.

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

index 5caea99..bd0c978 100644 (file)
                        compatible = "arm,cortex-a9";
                        reg = <0xa00>;
                        clock-frequency = <1600000000>;
+                       clocks = <&cmu CLK_DIV_CORE2>;
+                       clock-names = "cpu";
+
+                       operating-points = <
+                               1600000 1350000
+                               1500000 1325000
+                               1400000 1275000
+                               1300000 1225000
+                               1200000 1175000
+                               1100000 1125000
+                               1000000 1075000
+                               900000  1025000
+                               800000  1000000
+                               700000   950000
+                               600000   925000
+                               500000   900000
+                               400000   875000
+                               300000   850000
+                               200000   850000
+                               100000   850000>;
                };
 
                cpu1: cpu@a01 {