ARM: dts: update vdd_arm voltage range for exynos4412 based boards
authorThomas Abraham <thomas.ab@samsung.com>
Sat, 15 Feb 2014 17:08:40 +0000 (02:08 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Sun, 23 Feb 2014 23:50:15 +0000 (08:50 +0900)
To allow EXYNOS4412 based Odroidx and Origen-quad boards to operate between
200MHz to 1.4Ghz, update the vdd_arm voltage range to operate between these
cpu clock speeds.

Cc: Dongjin Kim <tobetter@gmail.com>
Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos4412-odroidx.dts
arch/arm/boot/dts/exynos4412-origen.dts

index 9804fcb..12459b0 100644 (file)
                                buck2_reg: BUCK2 {
                                        regulator-name = "vdd_arm";
                                        regulator-min-microvolt = <900000>;
-                                       regulator-max-microvolt = <1300000>;
+                                       regulator-max-microvolt = <1350000>;
                                        regulator-always-on;
                                        regulator-boot-on;
                                };
index 6bc0539..388f035 100644 (file)
 
                                buck2_reg: BUCK2 {
                                        regulator-name = "vdd_arm";
-                                       regulator-min-microvolt = <925000>;
-                                       regulator-max-microvolt = <1300000>;
+                                       regulator-min-microvolt = <900000>;
+                                       regulator-max-microvolt = <1350000>;
                                        regulator-always-on;
                                        regulator-boot-on;
                                        op_mode = <1>; /* Normal Mode */