]> Git Repo - linux.git/commitdiff
ARM: dts: exynos: Fix G3D power domain supply on Arndale Octa boards
authorMarek Szyprowski <[email protected]>
Fri, 28 Feb 2020 14:55:02 +0000 (15:55 +0100)
committerKrzysztof Kozlowski <[email protected]>
Sat, 29 Feb 2020 14:40:12 +0000 (15:40 +0100)
G3D power domain in Exynos5420 SoC is supplied from PVDD_G3DS_1V0 and
PVDD_G3D_1V0. Besides the main GPU MALI module it also contains the power
domain control logic and clocks. Turning the power supplies off causes
the power domain to fail to operate properly if GPU drivers are loaded as
modules. GPU should use PVDD_G3D_1V0 supply mainly to control the DVFS.

Signed-off-by: Marek Szyprowski <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
arch/arm/boot/dts/exynos5420-arndale-octa.dts

index ee28d30f5476a7fdf5d9cac6c8ab5fb6b186e363..e9a09dd0a49b5a1130c169807311d4438357559f 100644 (file)
                                regulator-name = "PVDD_G3DS_1V0";
                                regulator-min-microvolt = <800000>;
                                regulator-max-microvolt = <1100000>;
+                               regulator-always-on;
 
                                regulator-state-mem {
                                        regulator-on-in-suspend;
                                regulator-name = "PVDD_G3D_1V0";
                                regulator-min-microvolt = <800000>;
                                regulator-max-microvolt = <1400000>;
+                               regulator-always-on;
 
                                regulator-state-mem {
                                        regulator-off-in-suspend;
This page took 0.083989 seconds and 4 git commands to generate.