ARM: dts: exynos: Expand the voltage range of buck1/3 regulator for exynos4412-odroidu3
authorChanwoo Choi <cw00.choi@samsung.com>
Wed, 9 Aug 2017 06:41:40 +0000 (15:41 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 13 Sep 2017 10:23:53 +0000 (19:23 +0900)
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>
Change-Id: I62fff9334fd684b07e9f2a6fec04c8eb2ca005ae

arch/arm/boot/dts/exynos4412-odroid-common.dtsi

index 42f51a0..28b5b88 100644 (file)
 
                                buck1_reg: BUCK1 {
                                        regulator-name = "vdd_mif";
-                                       regulator-min-microvolt = <1000000>;
+                                       regulator-min-microvolt = <900000>;
                                        regulator-max-microvolt = <1000000>;
                                        regulator-always-on;
                                        regulator-boot-on;
 
                                buck3_reg: BUCK3 {
                                        regulator-name = "vdd_int";
-                                       regulator-min-microvolt = <1000000>;
-                                       regulator-max-microvolt = <1000000>;
+                                       regulator-min-microvolt = <900000>;
+                                       regulator-max-microvolt = <1050000>;
                                        regulator-always-on;
                                        regulator-boot-on;
                                };