diff options
author | Guillaume Gardet <guillaume.gardet@arm.com> | 2019-08-30 12:45:00 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2019-09-04 19:25:33 +0200 |
commit | d13aa6e10878b4f7e80c1b0046ee8fd275194731 (patch) | |
tree | 009d0c2654079a62e63852da39a85c71af5d9cfc | |
parent | 7763d4e3548c052e2a2520f527d01fe02c8e53aa (diff) | |
download | linux-d13aa6e10878b4f7e80c1b0046ee8fd275194731.tar.bz2 |
ARM: dts: exynos: Enable GPU/Mali T604 on Chromebook Snow
Tested with kmscube and some glmark2* tests on Chromebook snow.
Frequency adapts with load.
Signed-off-by: Guillaume Gardet <guillaume.gardet@arm.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/exynos5250-snow-common.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5250-snow-common.dtsi b/arch/arm/boot/dts/exynos5250-snow-common.dtsi index fd9226d3b207..c952a615148e 100644 --- a/arch/arm/boot/dts/exynos5250-snow-common.dtsi +++ b/arch/arm/boot/dts/exynos5250-snow-common.dtsi @@ -529,6 +529,11 @@ status = "okay"; }; +&mali { + mali-supply = <&buck4_reg>; + status = "okay"; +}; + &mixer { status = "okay"; }; |