diff options
author | Guillaume Gardet <guillaume.gardet@arm.com> | 2019-08-30 12:45:01 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2019-09-04 19:25:33 +0200 |
commit | 51c88919e52873c83f8be0c8f5d0ffd654f1ef4a (patch) | |
tree | 253be21dd147cdaa3b60c81ce825dfad7945faa2 /arch | |
parent | d13aa6e10878b4f7e80c1b0046ee8fd275194731 (diff) | |
download | linux-stable-51c88919e52873c83f8be0c8f5d0ffd654f1ef4a.tar.gz linux-stable-51c88919e52873c83f8be0c8f5d0ffd654f1ef4a.tar.bz2 linux-stable-51c88919e52873c83f8be0c8f5d0ffd654f1ef4a.zip |
ARM: dts: exynos: Enable GPU/Mali T604 on Arndale board
Tested with kmscube and some glmark2* tests on arndale board.
Signed-off-by: Guillaume Gardet <guillaume.gardet@arm.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/exynos5250-arndale.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts index 104841c631f2..6fcb78a354fe 100644 --- a/arch/arm/boot/dts/exynos5250-arndale.dts +++ b/arch/arm/boot/dts/exynos5250-arndale.dts @@ -543,6 +543,11 @@ status = "okay"; }; +&mali { + mali-supply = <&buck4_reg>; + status = "okay"; +}; + &mixer { status = "okay"; }; |