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-monk.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-monk.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos3250-monk.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos3250-monk.dts b/arch/arm/boot/dts/exynos3250-monk.dts index e25765500e99..248bd372fe70 100644 --- a/arch/arm/boot/dts/exynos3250-monk.dts +++ b/arch/arm/boot/dts/exynos3250-monk.dts @@ -172,6 +172,11 @@ status = "okay"; }; +&gpu { + mali-supply = <&buck3_reg>; + status = "okay"; +}; + &hsotg { vusb_d-supply = <&ldo15_reg>; vusb_a-supply = <&ldo12_reg>; |