Skip to content

Commit 918f7c2

Browse files
chanwoochoikrzk
authored andcommitted
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 <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> [m.reichl and linux.amoon: Tested it on exynos4412-odroidu3 board] Tested-by: Markus Reichl <[email protected]> Tested-by: Anand Moon <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 691d010 commit 918f7c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,8 @@
356356

357357
buck1_reg: BUCK1 {
358358
regulator-name = "vdd_mif";
359-
regulator-min-microvolt = <1000000>;
360-
regulator-max-microvolt = <1000000>;
359+
regulator-min-microvolt = <900000>;
360+
regulator-max-microvolt = <1100000>;
361361
regulator-always-on;
362362
regulator-boot-on;
363363
};
@@ -372,8 +372,8 @@
372372

373373
buck3_reg: BUCK3 {
374374
regulator-name = "vdd_int";
375-
regulator-min-microvolt = <1000000>;
376-
regulator-max-microvolt = <1000000>;
375+
regulator-min-microvolt = <900000>;
376+
regulator-max-microvolt = <1050000>;
377377
regulator-always-on;
378378
regulator-boot-on;
379379
};

0 commit comments

Comments
 (0)