Commit 57d4449f authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

ARM: dts: exynos: Correct GPU regulator properties in Galaxy I9100



The regulator property 'regulator-microvolt-offset' should be put next
to regulator definition, not consumer.

The property 'regulator-microsecs-delay' is not valid at all.

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200830135200.24304-2-krzk@kernel.org
parent df63dce2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -304,8 +304,6 @@
	status = "okay";

	mali-supply = <&vg3d_breg>;
	regulator-microvolt-offset = <50000>;
	regulator-microsecs-delay = <50>;
};

&hsotg {
@@ -524,6 +522,7 @@
				regulator-name = "G3D_1.1V";
				regulator-min-microvolt = <900000>;
				regulator-max-microvolt = <1200000>;
				regulator-microvolt-offset = <50000>;
				regulator-always-on;
			};