aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2016-04-10 23:57:57 -0400
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>2016-05-03 06:22:59 -0400
commit918f7c2d5095e4067eb77a54425fd6e1bab5787f (patch)
treea00d8035994ca26623f2aa9de1631f9f0e3582b0
parent691d010e5d5f9582b5976d5f8cfb9ac9ce4b5008 (diff)
ARM: dts: exynos: Expand the voltage range of buck1/3 regulator for exynos4412-odroidu3
This patch expands the voltage range of buck1/3 regulator due to as following: - MIF (Memory Interface) bus frequency needs the range of '900 - 1100 mV'. - INT (Internal) bus frequency needs the range of '900 - 1050 mV'. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> [m.reichl and linux.amoon: Tested it on exynos4412-odroidu3 board] Tested-by: Markus Reichl <m.reichl@fivetechno.de> Tested-by: Anand Moon <linux.amoon@gmail.com> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
-rw-r--r--arch/arm/boot/dts/exynos4412-odroid-common.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
index cba37c974703..b4983cbc4f8c 100644
--- a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
+++ b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
@@ -356,8 +356,8 @@
356 356
357 buck1_reg: BUCK1 { 357 buck1_reg: BUCK1 {
358 regulator-name = "vdd_mif"; 358 regulator-name = "vdd_mif";
359 regulator-min-microvolt = <1000000>; 359 regulator-min-microvolt = <900000>;
360 regulator-max-microvolt = <1000000>; 360 regulator-max-microvolt = <1100000>;
361 regulator-always-on; 361 regulator-always-on;
362 regulator-boot-on; 362 regulator-boot-on;
363 }; 363 };
@@ -372,8 +372,8 @@
372 372
373 buck3_reg: BUCK3 { 373 buck3_reg: BUCK3 {
374 regulator-name = "vdd_int"; 374 regulator-name = "vdd_int";
375 regulator-min-microvolt = <1000000>; 375 regulator-min-microvolt = <900000>;
376 regulator-max-microvolt = <1000000>; 376 regulator-max-microvolt = <1050000>;
377 regulator-always-on; 377 regulator-always-on;
378 regulator-boot-on; 378 regulator-boot-on;
379 }; 379 };