projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df63dce
)
ARM: dts: exynos: Correct GPU regulator properties in Galaxy I9100
author
Krzysztof Kozlowski
<krzk@kernel.org>
Sun, 30 Aug 2020 13:51:29 +0000
(15:51 +0200)
committer
Krzysztof Kozlowski
<krzk@kernel.org>
Wed, 2 Sep 2020 15:39:19 +0000
(17:39 +0200)
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: Krzysztof Kozlowski <krzk@kernel.org>
Link:
https://lore.kernel.org/r/20200830135200.24304-2-krzk@kernel.org
arch/arm/boot/dts/exynos4210-i9100.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/exynos4210-i9100.dts
b/arch/arm/boot/dts/exynos4210-i9100.dts
index 3eb11cc2c3c5da833f53c1fe8352ddefe1f4a567..6fa57d1fa1d7b74a45e89ca2bdaa421177fca503 100644
(file)
--- a/
arch/arm/boot/dts/exynos4210-i9100.dts
+++ b/
arch/arm/boot/dts/exynos4210-i9100.dts
@@
-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;
};