diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-06-21 21:02:02 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2019-06-24 21:03:42 +0300 |
commit | 4a7bc07f5c04219067b328a3179bd3233fb0b7cd (patch) | |
tree | a386612144dfe284107cdbf015ce43f080fa450d /arch/arm/boot/dts/exynos3250-rinato.dts | |
parent | 8b388cee66350f2dd8e77afb9eab798ed5c796e9 (diff) | |
download | linux-4a7bc07f5c04219067b328a3179bd3233fb0b7cd.tar.xz |
ARM: dts: exynos: Add GPU/Mali 400 node to Exynos3250
Add nodes for GPU (Mali 400) to Exynos3250. This is still limited and
not tested:
1. No dynamic voltage and frequency scaling,
2. Not sure what to do with CLK_G3D clock responsible for gating entire
IP block (it is now being disabled as unused).
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/exynos3250-rinato.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos3250-rinato.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts b/arch/arm/boot/dts/exynos3250-rinato.dts index 7479993755da..86c26a4edfd7 100644 --- a/arch/arm/boot/dts/exynos3250-rinato.dts +++ b/arch/arm/boot/dts/exynos3250-rinato.dts @@ -244,6 +244,11 @@ }; }; +&gpu { + mali-supply = <&buck3_reg>; + status = "okay"; +}; + &i2c_0 { #address-cells = <1>; #size-cells = <0>; |