Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bbd47e27 authored by Guillaume Gardet's avatar Guillaume Gardet Committed by Krzysztof Kozlowski
Browse files

ARM: dts: exynos: Fix min/max buck4 for GPU on Arndale board



Required to have GPU voltage scaling working properly.

Signed-off-by: default avatarGuillaume Gardet <guillaume.gardet@arm.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 5b0eeeaa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -461,8 +461,8 @@

			buck4_reg: BUCK4 {
				regulator-name = "vdd_g3d";
				regulator-min-microvolt = <1000000>;
				regulator-max-microvolt = <1000000>;
				regulator-min-microvolt = <850000>;
				regulator-max-microvolt = <1300000>;
				regulator-always-on;
				regulator-boot-on;
				op_mode = <1>;