diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-06-21 21:02:05 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2019-06-24 20:52:48 +0300 |
commit | 4dc2a25d058d71f39e41da986777327b423b92f1 (patch) | |
tree | 7de553b8e67a04fc621e4c4772e095d71ebb8f52 /arch/arm64/boot/dts/exynos/exynos7-espresso.dts | |
parent | f0a6208b90bdd44f48f5718c8bb0eb1e763d14c0 (diff) | |
download | linux-4dc2a25d058d71f39e41da986777327b423b92f1.tar.xz |
arm64: dts: exynos: Add GPU/Mali T760 node to Exynos7
Add nodes for GPU (Mali T760) to Exynos7. Current support for Exynos7
misses a lot, including proper clocks, power domains, frequency and
voltage scaling and cooling. However this still can provide basic GPU
description. Not tested on HW.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/exynos/exynos7-espresso.dts')
-rw-r--r-- | arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/exynos/exynos7-espresso.dts b/arch/arm64/boot/dts/exynos/exynos7-espresso.dts index 00dd89b92b42..080e0f56e108 100644 --- a/arch/arm64/boot/dts/exynos/exynos7-espresso.dts +++ b/arch/arm64/boot/dts/exynos/exynos7-espresso.dts @@ -59,6 +59,11 @@ clock-frequency = <24000000>; }; +&gpu { + mali-supply = <&buck6_reg>; + status = "okay"; +}; + &serial_2 { status = "okay"; }; |