ARM: dts: exynos: Fix min/max buck4 for GPU on Arndale board
authorGuillaume Gardet <guillaume.gardet@arm.com>
Fri, 30 Aug 2019 10:45:02 +0000 (12:45 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 4 Sep 2019 17:25:33 +0000 (19:25 +0200)
Required to have GPU voltage scaling working properly.

Signed-off-by: Guillaume Gardet <guillaume.gardet@arm.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos5250-arndale.dts

index dc6fa6f..104841c 100644 (file)
 
                        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>;